Klasse UserLibrary
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.UserLibrary
Internal model element to represent a user library and code to serialize / deserialize.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic UserLibrarycreateFromString(Reader reader) booleaninthashCode()booleanstatic Stringserialize(IClasspathEntry[] entries, boolean isSystemLibrary) toString()
-
Konstruktordetails
-
UserLibrary
-
-
Methodendetails
-
getEntries
-
isSystemLibrary
public boolean isSystemLibrary() -
equals
-
hashCode
public int hashCode() -
serialize
public static String serialize(IClasspathEntry[] entries, boolean isSystemLibrary) throws IOException - Löst aus:
IOException
-
createFromString
- Löst aus:
IOException
-
toString
-