| Modifier and Type | Interface | Description | 
|---|---|---|
interface  | 
Alias | 
 An alias in the file system. 
 | 
interface  | 
Disk | 
 A disk in the file system. 
 | 
interface  | 
File | 
 A file in the file system. 
 | 
interface  | 
FilePackage | 
 A file package in the file system. 
 | 
interface  | 
Folder | 
 A folder in the file system. 
 | 
interface  | 
PropertyListFile | 
 A file containing data in Property List format. 
 | 
interface  | 
XmlFile | 
 A file containing data in XML format. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
DiskItem | 
DiskItem.getContainer() | 
 The folder or disk which has this disk item as an element. 
 | 
DiskItem | 
Alias.getDiskItem(int index) | 
|
DiskItem | 
Alias.getDiskItem(Id id) | 
|
DiskItem | 
Application.getDiskItem(int index) | 
|
DiskItem | 
Application.getDiskItem(Id id) | 
|
DiskItem | 
Disk.getDiskItem(int index) | 
|
DiskItem | 
Disk.getDiskItem(Id id) | 
|
DiskItem | 
FilePackage.getDiskItem(int index) | 
|
DiskItem | 
FilePackage.getDiskItem(Id id) | 
|
DiskItem | 
Folder.getDiskItem(int index) | 
|
DiskItem | 
Folder.getDiskItem(Id id) | 
|
default DiskItem[] | 
Alias.getDiskItems() | 
|
DiskItem[] | 
Alias.getDiskItems(String filter) | 
|
default DiskItem[] | 
Application.getDiskItems() | 
|
DiskItem[] | 
Application.getDiskItems(String filter) | 
|
default DiskItem[] | 
Disk.getDiskItems() | 
|
DiskItem[] | 
Disk.getDiskItems(String filter) | 
|
default DiskItem[] | 
FilePackage.getDiskItems() | 
|
DiskItem[] | 
FilePackage.getDiskItems(String filter) | 
|
default DiskItem[] | 
Folder.getDiskItems() | 
|
DiskItem[] | 
Folder.getDiskItems(String filter) | 
|
DiskItem | 
Application.move(DiskItem[] theDiskItemSToBeMoved,
    Reference theNewLocationForTheDiskItemS) | 
 Move disk item(s) to a new location. 
 | 
DiskItem | 
Application.move(DiskItem theDiskItemSToBeMoved,
    Reference theNewLocationForTheDiskItemS) | 
 Move disk item(s) to a new location. 
 | 
DiskItem | 
Application.move(String[] theDiskItemSToBeMoved,
    Reference theNewLocationForTheDiskItemS) | 
 Move disk item(s) to a new location. 
 | 
DiskItem | 
Application.move(String theDiskItemSToBeMoved,
    Reference theNewLocationForTheDiskItemS) | 
 Move disk item(s) to a new location. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
Application.delete(DiskItem theDiskItemSToBeDeleted) | 
 Delete disk item(s). 
 | 
DiskItem | 
Application.move(DiskItem[] theDiskItemSToBeMoved,
    Reference theNewLocationForTheDiskItemS) | 
 Move disk item(s) to a new location. 
 | 
DiskItem | 
Application.move(DiskItem theDiskItemSToBeMoved,
    Reference theNewLocationForTheDiskItemS) | 
 Move disk item(s) to a new location. 
 |