|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.hk2.component.classmodel.ClassPath
@Deprecated public abstract class ClassPath
Helper for creating classpath approximating SE behavior.
Field Summary | |
---|---|
LinkedHashSet<String> |
classPathEntries
Deprecated. |
LinkedHashSet<String> |
expandedClassPathEntries
Deprecated. |
Constructor Summary | |
---|---|
protected |
ClassPath(boolean allowTestClassPath)
Deprecated. |
|
ClassPath(Collection<File> classPath)
Deprecated. |
|
ClassPath(String classPath)
Deprecated. |
Method Summary | |
---|---|
static ClassPath |
create(Habitat h,
boolean allowTestClassPath)
Deprecated. Creates a ClassPathHelper instance. |
static ClassPath |
create(Habitat h,
Collection<File> classPath)
Deprecated. |
static ClassPath |
create(Habitat h,
String classPath)
Deprecated. |
boolean |
equals(Object another)
Deprecated. |
Set<String> |
getEntries()
Deprecated. Find all jars referenced directly and indirectly via a classpath specification typically drawn from java.class.path or surefire.test.class.path System properties. |
Set<File> |
getFileEntries()
Deprecated. |
URL[] |
getRawURLs()
Deprecated. |
int |
hashCode()
Deprecated. |
protected void |
initialize(String classPath)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final LinkedHashSet<String> classPathEntries
public final LinkedHashSet<String> expandedClassPathEntries
Constructor Detail |
---|
protected ClassPath(boolean allowTestClassPath)
public ClassPath(String classPath)
public ClassPath(Collection<File> classPath)
Method Detail |
---|
public static ClassPath create(Habitat h, boolean allowTestClassPath)
h
- reserved for future useallowTestClassPath
- true if surefire.test.class.path is considered
public static ClassPath create(Habitat h, String classPath)
public static ClassPath create(Habitat h, Collection<File> classPath)
protected void initialize(String classPath)
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object another)
equals
in class Object
public Set<String> getEntries()
public Set<File> getFileEntries()
getEntries()
public URL[] getRawURLs() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |