org.netbeans.core.startup.layers
Class LocalFileSystemEx
java.lang.Object
org.openide.filesystems.FileSystem
org.openide.filesystems.AbstractFileSystem
org.openide.filesystems.LocalFileSystem
org.netbeans.core.startup.layers.LocalFileSystemEx
- All Implemented Interfaces:
- Serializable
public final class LocalFileSystemEx
- extends LocalFileSystem
Extends LocalFileSystem by useful features. It is used as
delegates being part of SystemFileSystem.
- See Also:
- Serialized Form
| Methods inherited from class org.openide.filesystems.LocalFileSystem |
children, computeSystemName, createData, createFolder, delete, folder, getDisplayName, getRootDirectory, inputStream, isReadOnly, lastModified, markUnimportant, mimeType, outputStream, prepareEnvironment, readOnly, rename, setReadOnly, setRootDirectory, size |
| Methods inherited from class org.openide.filesystems.AbstractFileSystem |
canRead, canWrite, checkVirtual, createReference, existingFileObjects, find, findReference, findResource, getActions, getRefreshTime, getRoot, markImportant, refresh, refreshResource, refreshRoot, setRefreshTime |
| Methods inherited from class org.openide.filesystems.FileSystem |
addFileChangeListener, addFileStatusListener, addNotify, addPropertyChangeListener, addVetoableChangeListener, createTempFile, fireFileStatusChanged, firePropertyChange, fireVetoableChange, getActions, getCapability, getStatus, getSystemName, getTempFolder, isDefault, isHidden, isPersistent, isValid, removeFileChangeListener, removeFileStatusListener, removeNotify, removePropertyChangeListener, removeVetoableChangeListener, runAtomicAction, setCapability, setHidden, setSystemName, toString |
LocalFileSystemEx
public LocalFileSystemEx()
- Creates new LocalFileSystemEx
getLocks
public static String[] getLocks()
hasLocks
public static boolean hasLocks()
potentialLock
public static void potentialLock(String name)
potentialLock
public static void potentialLock(String o,
String n)
lock
protected void lock(String name)
throws IOException
- Overrides:
lock in class LocalFileSystem
- Throws:
IOException
unlock
protected void unlock(String name)
- Overrides:
unlock in class LocalFileSystem