public abstract class AbstractFileOperation extends Object implements FileOperation
FileOperation.| Constructor and Description |
|---|
AbstractFileOperation(FileObject file)
Constructs a new instance for subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
protected FileObject |
getFileObject()
Gets the instance of FileObject for this FileOperation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic AbstractFileOperation(FileObject file)
file - The FileObject.protected FileObject getFileObject()
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.