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, remove
protected String validateFolderNames(String folderName, String parentName)
null
for the MidiLibrary.Folder
name.validateFolderNames
in class MidiLibrary.Folder
folderName
- the requested folder nameparentName
- the fully-qualified name of the parent foldernull
MidiLibrary.RootFolder