|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILogicalFile
Represents a remote file, such as a partitioned data set member or a sequential data set.
| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Method Summary | |
|---|---|
String |
getCharset()
|
InputStream |
getContents()
Returns a stream which may be used to read the contents of this file. |
String |
getFileExtension()
Returns the extension of this logical file. |
String |
getNameWithoutExtension()
Returns the base name of this logical file. |
| Methods inherited from interface com.ibm.ftt.projects.core.logical.ILogicalResource |
|---|
delete, deleteOverriddenPropertiesInCategory, deleteOverride, getCurrentPropertyGroup, getFullPath, getLogicalParent, getName, getOverriddenProperties, getPersistentProperty, getPhysicalResource, getResourcePublisher, getSessionProperty, getSubProject, refresh, remove, rename, setCurrentPropertyGroup, setOverride, setPersistentProperty, setSessionProperty |
| Field Detail |
|---|
static final String COPY_RIGHT
| Method Detail |
|---|
String getNameWithoutExtension()
Returns the base name of this logical file. The definition of the base name is file system dependent.
For the MVS file system, file extensions created due to the remote mapping settings are not considered part of the base name.
String getFileExtension()
Returns the extension of this logical file. The base name is not included. The definition of the base name is file system dependent.
For the MVS file system, file extensions are created due to the remote mapping settings, and are not considered part of the base name.
String getCharset()
throws OperationFailedException
OperationFailedExceptiongetContents()
InputStream getContents()
throws OperationFailedException
InputStream from which to read the contents
OperationFailedException#getCharset()}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||