Package proguard.io
Class ClassPath
java.lang.Object
proguard.io.ClassPath
This class represents a class path, as a list of ClassPathEntry objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, ClassPathEntry classPathEntry) booleanadd(ClassPathEntry classPathEntry) booleanvoidclear()get(int index) Returns the list of class path entries for this class path.booleanReturns whether the class path contains any output entries.booleanisEmpty()remove(int index) intsize()
-
Constructor Details
-
ClassPath
-
-
Method Details
-
hasOutput
public boolean hasOutput()Returns whether the class path contains any output entries. -
getClassPathEntries
Returns the list of class path entries for this class path. -
clear
public void clear() -
add
-
add
-
addAll
-
get
-
remove
-
isEmpty
public boolean isEmpty() -
size
public int size()
-