org.fuin.utils4swing.appstarter
Interface ClasspathEntry

All Known Implementing Classes:
ClasspathBinDirEntry, ClasspathJarFileEntry, ClasspathJarsDirEntry

public interface ClasspathEntry

Entry to be injected into the classpath.


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.
 

Method Detail

getType

String getType()
Returns a unique name for this type of entry.

Returns:
Name of the type.

getValue

String getValue()
Returns the value of the entry.

Returns:
Value depending on the type.

addToClasspath

void addToClasspath()
Adds the value to the classpath. Assures the entries is not added more than once.



Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.