public static class ClassLoaderFiles.SourceFolder 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 folder. | 
Set<Map.Entry<String,ClassLoaderFile>> | 
getFilesEntrySet()  | 
String | 
getName()
Return the name of the source folder. 
 | 
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 folder.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.