public class IfsAttributeStringDisplayContext extends IfsCommandContext implements AttributeStringDisplayContext
| Constructor and Description |
|---|
IfsAttributeStringDisplayContext()
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the Context. does not throw.
|
AttributeValue[] |
getAttributes()
Gets the AttributeValues for the LibraryObject
|
StringBuffer |
getDisplayBuffer()
Gets the displayable string.
|
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 string.
|
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
|
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
|
public IfsAttributeStringDisplayContext()
throws IfsException
IfsExceptionpublic void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic boolean getNamesOnly()
throws IfsException
getNamesOnly in interface AttributeStringDisplayContextIfsExceptionpublic void setNamesOnly(boolean namesOnly)
throws IfsException
setNamesOnly in interface AttributeStringDisplayContextIfsExceptionpublic LibraryObject getLibraryObject() throws IfsException
getLibraryObject in interface AttributeStringDisplayContextIfsExceptionpublic void setLibraryObject(LibraryObject obj) throws IfsException
setLibraryObject in interface AttributeStringDisplayContextIfsExceptionpublic AttributeValue[] getAttributes() throws IfsException
getAttributes in interface AttributeStringDisplayContextIfsExceptionpublic void setAttributes(AttributeValue[] attrs) throws IfsException
setAttributes in interface AttributeStringDisplayContextIfsExceptionpublic LibrarySession getLibrarySession() throws IfsException
getLibrarySession in interface AttributeStringDisplayContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface AttributeStringDisplayContextIfsExceptionpublic StringBuffer getDisplayBuffer() throws IfsException
getDisplayBuffer in interface AttributeStringDisplayContextIfsExceptionpublic void setDisplayBuffer(StringBuffer displayString) throws IfsException
setDisplayBuffer in interface AttributeStringDisplayContextIfsExceptionpublic boolean getIsObfuscated()
throws IfsException
getIsObfuscated in interface AttributeStringDisplayContextIfsExceptionpublic void setIsObfuscated(boolean obfuscate)
throws IfsException
setIsObfuscated in interface AttributeStringDisplayContextIfsExceptionCopyright © 2025. All rights reserved.