public interface AttributeStringDisplayContext extends CommandContext
| Modifier and Type | Method and Description |
|---|---|
AttributeValue[] |
getAttributes()
Gets the AttributeValues for the LibraryObject
|
StringBuffer |
getDisplayBuffer()
Gets the displayable StringBuffer.
|
boolean |
getIsObfuscated()
Gets a boolean flag as to wether the output of the command
should contain id and date strings.
|
LibraryObject |
getLibraryObject()
Gets the LibraryObject
|
LibrarySession |
getLibrarySession()
Gets the LibrarySession
|
boolean |
getNamesOnly()
Gets a boolean falg as to wether the output of the command
should be names only or long form (as in ls -l)
this flag is only checked if the attribute names are null
|
void |
setAttributes(AttributeValue[] attrs)
Sets the AttributeValues for the LibraryObject
|
void |
setDisplayBuffer(StringBuffer displayString)
Sets the displayable StringBuffer.
|
void |
setIsObfuscated(boolean obfuscate)
Sets a boolean flag as to wether the output of the command
should contain id and date strings.
|
void |
setLibraryObject(LibraryObject obj)
Sets the the LibraryObject being displayed
|
void |
setLibrarySession(LibrarySession session)
Sets the LibrarySession
|
void |
setNamesOnly(boolean namesOnly)
Sets a boolean falg as to wether the output of the command
should be names only or long form (as in ls -l)
this flag is only checked if the attribute names are null
|
clearboolean getNamesOnly()
throws IfsException
IfsExceptionvoid setNamesOnly(boolean namesOnly)
throws IfsException
IfsExceptionLibraryObject getLibraryObject() throws IfsException
IfsExceptionvoid setLibraryObject(LibraryObject obj) throws IfsException
IfsExceptionAttributeValue[] getAttributes() throws IfsException
IfsExceptionvoid setAttributes(AttributeValue[] attrs) throws IfsException
IfsExceptionLibrarySession getLibrarySession() throws IfsException
IfsExceptionvoid setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionStringBuffer getDisplayBuffer() throws IfsException
IfsExceptionvoid setDisplayBuffer(StringBuffer displayString) throws IfsException
IfsExceptionboolean getIsObfuscated()
throws IfsException
IfsExceptionvoid setIsObfuscated(boolean obfuscate)
throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.