RSE
Release 3.4

org.eclipse.rse.subsystems.files.core.subsystems
Interface IVirtualRemoteFile

All Superinterfaces:
IRemoteContainer, IRemoteFile, IRemotePropertyHolder, ISchedulingRule, ISystemContainer

public interface IVirtualRemoteFile
extends IRemoteFile


Field Summary
 
Fields inherited from interface org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile
CONNECTION_DELIMITER, ISROOT_NO, ISROOT_YES
 
Method Summary
 String getComment()
           
 long getCompressedSize()
           
 String getCompressionMethod()
           
 double getCompressionRatio()
           
 long getExpandedSize()
           
 String getVirtualName()
           
 boolean isVirtualFile()
           
 boolean isVirtualFolder()
           
 
Methods inherited from interface org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile
canRead, canWrite, compareTo, exists, getAbsolutePath, getAbsolutePathPlusConnection, getAllFilterStrings, getCanonicalPath, getClassification, getEncoding, getExtension, getFile, getFilterString, getHost, getHostFile, getLabel, getLastModified, getLastModifiedDate, getLength, getLineSeparator, getName, getParentName, getParentNoRoot, getParentPath, getParentRemoteFile, getParentRemoteFileSubSystem, getPermissions, getRoot, getSeparator, getSeparatorChar, isAncestorOf, isArchive, isBinary, isDescendantOf, isDirectory, isExecutable, isFile, isHidden, isLink, isRoot, isText, showBriefPropertySet, showReadOnlyProperty
 
Methods inherited from interface org.eclipse.rse.core.subsystems.IRemoteContainer
copyContentsTo, getContents, hasContents, replaceContent, setContents
 
Methods inherited from interface org.eclipse.rse.core.model.ISystemContainer
getContents, hasContents, isStale, markStale, markStale
 
Methods inherited from interface org.eclipse.rse.core.subsystems.IRemotePropertyHolder
getProperties, getProperty, isPropertyStale, markAllPropertiesStale, markPropertyStale, setProperties, setProperty
 
Methods inherited from interface org.eclipse.core.runtime.jobs.ISchedulingRule
contains, isConflicting
 

Method Detail

getVirtualName

String getVirtualName()

isVirtualFolder

boolean isVirtualFolder()

isVirtualFile

boolean isVirtualFile()

getComment

String getComment()
Specified by:
getComment in interface IRemoteFile
Returns:
Any comments stored with the file in the file system or archive.

getCompressedSize

long getCompressedSize()

getCompressionMethod

String getCompressionMethod()

getCompressionRatio

double getCompressionRatio()

getExpandedSize

long getExpandedSize()

RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.