|
||||||||||
| 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 java.lang.String |
TYPE
Unique type name. |
| Constructor Summary | |
|---|---|
ClasspathJarFileEntry(java.io.File file)
Constructor with file reference. |
|
ClasspathJarFileEntry(java.lang.String file)
Constructor with filename. |
|
| Method Summary | |
|---|---|
void |
addToClasspath()
Adds the value to the classpath. |
java.lang.String |
getType()
Returns a unique name for this type of entry. |
java.lang.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 java.lang.String TYPE
| Constructor Detail |
|---|
public ClasspathJarFileEntry(java.lang.String file)
file - Jar path and filename.public ClasspathJarFileEntry(java.io.File file)
file - Jar file.| Method Detail |
|---|
public final java.lang.String getType()
getType in interface ClasspathEntrypublic final java.lang.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 | |||||||||