Modifier and type | Type and description |
---|---|
interface | Utilities.BundleURLMappings
Define a mapping from bundles to URLs. |
class | Utilities.SARLBundleJavadocURLMappings
Define a mapping from bundles to URLs. |
Modifier and type | Field and description |
---|---|
public static val java.lang.String | EMPTY_STRING
Empty string. |
Modifier and type | Action and description |
---|---|
static int | compareTo(Comparable<T>,T)
Null-safe comparison. |
static int | compareVersionToRange(Version,Version,Version)
Null-safe compare a version number to a range of version numbers. |
static java.lang.String | getNameWithTypeParameters(IType)
Replies the fully qualified name with generic parameters. |
static boolean | isGeneratedFolder(String)
Replies if the given name corresponds to a folder in a project that contains generated code. |
static boolean | isGeneratedFolder(IPath)
Replies if the given name corresponds to a folder in a project that contains generated code. |
static boolean | isNested(IPath,Iterator<E>)
Replies if the given path is nested in one of the given paths. |
static org.eclipse.jdt.core.IClasspathEntry | newLibraryEntry(Bundle,IPath,BundleURLMappings)
Create the classpath library linked to the bundle with the given name. |
static org.eclipse.jdt.core.IClasspathEntry | newOutputClasspathEntry(Bundle,IPath,BundleURLMappings)
Create the classpath output location. |
static org.osgi.framework.Version | parseVersion(String)
Null-safe version parser. |
public static val EMPTY_STRING : java.lang.String = ""
def compareTo(Comparable<T>,T) : intwith T
def compareVersionToRange(Version,Version,Version) : int
def getNameWithTypeParameters(IType) : java.lang.String
def isGeneratedFolder(String) : boolean
def isGeneratedFolder(IPath) : boolean
def isNested(IPath,Iterator<E>) : boolean
def newLibraryEntry(Bundle,IPath,BundleURLMappings) : org.eclipse.jdt.core.IClasspathEntry
def newOutputClasspathEntry(Bundle,IPath,BundleURLMappings) : org.eclipse.jdt.core.IClasspathEntry
def parseVersion(String) : org.osgi.framework.Version