Class UnixFSTransactionParameter
java.lang.Object
dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionasFSPath()
Returns this parameter as an instancePath
or throws an instance ofUnixFSProgramCorruptionException
if the type is not properly matched.Returns this parameter as an instanceResourceId
or throws an instance ofUnixFSProgramCorruptionException
if the type is not properly matched.asRTPath()
Returns this parameter as an instancePath
or throws an instance ofUnixFSProgramCorruptionException
if the type is not properly matched.asString()
Returns this parameter instance as aString
or throws and instance ofUnixFSProgramCorruptionException
if the type is not properly matched.toString()
-
Field Details
-
CHARSET
-
-
Method Details
-
asFSPath
Returns this parameter as an instancePath
or throws an instance ofUnixFSProgramCorruptionException
if the type is not properly matched.- Returns:
- a
Path
-
asRTPath
Returns this parameter as an instancePath
or throws an instance ofUnixFSProgramCorruptionException
if the type is not properly matched.- Returns:
- a
Path
-
asResourceId
Returns this parameter as an instanceResourceId
or throws an instance ofUnixFSProgramCorruptionException
if the type is not properly matched.- Returns:
- a
ResourceId
-
asString
Returns this parameter instance as aString
or throws and instance ofUnixFSProgramCorruptionException
if the type is not properly matched.- Returns:
- the parameter as a String
-
toString
-