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
|
clear
boolean getNamesOnly() throws IfsException
IfsException
void setNamesOnly(boolean namesOnly) throws IfsException
IfsException
LibraryObject getLibraryObject() throws IfsException
IfsException
void setLibraryObject(LibraryObject obj) throws IfsException
IfsException
AttributeValue[] getAttributes() throws IfsException
IfsException
void setAttributes(AttributeValue[] attrs) throws IfsException
IfsException
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
StringBuffer getDisplayBuffer() throws IfsException
IfsException
void setDisplayBuffer(StringBuffer displayString) throws IfsException
IfsException
boolean getIsObfuscated() throws IfsException
IfsException
void setIsObfuscated(boolean obfuscate) throws IfsException
IfsException
Copyright © 2023. All rights reserved.