org.eclipse.rse.subsystems.files.core.subsystems
Interface IVirtualRemoteFile
- All Superinterfaces:
- IRemoteContainer, IRemoteFile, IRemotePropertyHolder, ISchedulingRule, ISystemContainer
- All Known Implementing Classes:
- DStoreVirtualFile, LocalVirtualFile
- public interface IVirtualRemoteFile
- extends IRemoteFile
| Methods inherited from interface org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile |
canRead, canWrite, compareTo, exists, getAbsolutePath, getAbsolutePathPlusConnection, getAllFilterStrings, getCanonicalPath, getClassification, getExtension, getFile, getFilterString, getHostFile, getLabel, getLastModified, getLastModifiedDate, getLength, getLineSeparator, getName, getParentName, getParentNoRoot, getParentPath, getParentRemoteFile, getParentRemoteFileSubSystem, getRoot, getSeparator, getSeparatorChar, getSystemConnection, isAncestorOf, isArchive, isBinary, isDescendantOf, isDirectory, isExecutable, isFile, isHidden, isLink, isRoot, isText, showBriefPropertySet, showReadOnlyProperty |
getVirtualName
public String getVirtualName()
isVirtualFolder
public boolean isVirtualFolder()
isVirtualFile
public boolean isVirtualFile()
getComment
public String getComment()
- Specified by:
getComment in interface IRemoteFile
- Returns:
- Any comments stored with the file in the file system or archive.
getCompressedSize
public long getCompressedSize()
getCompressionMethod
public String getCompressionMethod()
getCompressionRatio
public double getCompressionRatio()
getExpandedSize
public long getExpandedSize()
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.