|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.utils4swing.appstarter.ClasspathBinDirEntry
public final class ClasspathBinDirEntry
Directory with several classes ("bin" or "classes" folder) to be added to the classpath.
| Field Summary | |
|---|---|
static java.lang.String |
TYPE
Unique type name. |
| Constructor Summary | |
|---|---|
ClasspathBinDirEntry(java.io.File dir)
Constructor with directory reference. |
|
ClasspathBinDirEntry(java.lang.String dir)
Constructor with directory name. |
|
| 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 ClasspathBinDirEntry(java.lang.String dir)
dir - Path.public ClasspathBinDirEntry(java.io.File dir)
dir - Directory - Cannot be null and must exist.| 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 | |||||||||