protected static class MidiLibrary.RootFolder extends MidiLibrary.Folder
MidiLibrary.Folder that allows for a null name.| Constructor and Description |
|---|
RootFolder()
Constructs a new
RootFolder. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
validateFolderNames(String folderName,
String parentName)
Name validation disabled, always returns
null for the MidiLibrary.Folder name. |
addChild, clone, compareTo, containsKey, containsValue, createFile, createFolder, createFolder, createFolderStructureWithFile, get, getChildren, getChildrenCount, getChildrenRecursive, getFoldersRecursive, getIconUri, getKeys, getKeysRecursive, getMetadata, getName, getNameGlobal, getParentName, hasChildren, isFile, removeprotected String validateFolderNames(String folderName, String parentName)
null for the MidiLibrary.Folder name.validateFolderNames in class MidiLibrary.FolderfolderName - the requested folder nameparentName - the fully-qualified name of the parent foldernullMidiLibrary.RootFolder