|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.utils4swing.appstarter.ClasspathJarFileEntry
public final class ClasspathJarFileEntry
Single JAR to be added to the classpath.
| Field Summary | |
|---|---|
static String |
TYPE
Unique type name. |
| Constructor Summary | |
|---|---|
ClasspathJarFileEntry(File file)
Constructor with file reference. |
|
ClasspathJarFileEntry(String file)
Constructor with filename. |
|
| Method Summary | |
|---|---|
void |
addToClasspath()
Adds the value to the classpath. |
String |
getType()
Returns a unique name for this type of entry. |
String |
getValue()
Returns the value of the entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TYPE
| Constructor Detail |
|---|
public ClasspathJarFileEntry(String file)
file - Jar path and filename.public ClasspathJarFileEntry(File file)
file - Jar file - Cannot be null and must exist.| Method Detail |
|---|
public final String getType()
getType in interface ClasspathEntrypublic final String getValue()
getValue in interface ClasspathEntrypublic final void addToClasspath()
addToClasspath in interface ClasspathEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||