public static class ClassLoaderFiles.SourceDirectory extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
protected void |
add(String name,
ClassLoaderFile file) |
protected ClassLoaderFile |
get(String name) |
Collection<ClassLoaderFile> |
getFiles()
Return all
ClassLoaderFiles in the collection that are
contained in this source directory. |
Set<Map.Entry<String,ClassLoaderFile>> |
getFilesEntrySet() |
String |
getName()
Return the name of the source directory.
|
protected void |
remove(String name) |
public Set<Map.Entry<String,ClassLoaderFile>> getFilesEntrySet()
protected final void add(String name, ClassLoaderFile file)
protected final void remove(String name)
protected final ClassLoaderFile get(String name)
public String getName()
public Collection<ClassLoaderFile> getFiles()
ClassLoaderFiles
in the collection that are
contained in this source directory.