public interface StringListContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
String[][] |
getAttributeNames()
Gets the Attribute names to obtain for all the LibraryObjects
|
String[] |
getAttributeNames(int index)
Gets the Attribute names to obtain for a particular LibraryObject
|
boolean |
getDisplayAllAttributes()
Gets wether or not to display all the attributes for the
LibraryObjects passed in.
|
StringBuffer |
getDisplayBuffer()
Gets the display buffer.
|
boolean |
getIsObfuscated()
Gets a boolean flag as to wether the output of the command
should contain id and date strings.
|
LibraryObject[] |
getLibraryObjects()
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 |
setAttributeNames(String[] attrNames)
Sets the Attribute names to get for all LibraryObjects
|
void |
setAttributeNames(String[][] attrNames)
Sets the Attribute names to get for the LibraryObject
|
void |
setDisplayAllAttributes(boolean displayAll)
Sets wether or not to display all the attributes for the
LibraryObjects passed in.
|
void |
setDisplayBuffer(StringBuffer buffer)
Sets the display buffer.
|
void |
setIsObfuscated(boolean obfuscate)
Sets a boolean flag as to wether the output of the command
should contain id and date strings.
|
void |
setLibraryObjects(LibraryObject[] objs)
Sets the the LibraryObjects
|
void |
setLibrarySession(LibrarySession session)
Sets the 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
LibraryObject[] getLibraryObjects() throws IfsException
IfsException
void setLibraryObjects(LibraryObject[] objs) throws IfsException
IfsException
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
String[] getAttributeNames(int index) throws IfsException
IfsException
String[][] getAttributeNames() throws IfsException
IfsException
void setAttributeNames(String[][] attrNames) throws IfsException
IfsException
void setAttributeNames(String[] attrNames) throws IfsException
IfsException
boolean getDisplayAllAttributes() throws IfsException
IfsException
void setDisplayAllAttributes(boolean displayAll) throws IfsException
IfsException
boolean getNamesOnly() throws IfsException
IfsException
void setNamesOnly(boolean namesOnly) throws IfsException
IfsException
StringBuffer getDisplayBuffer() throws IfsException
IfsException
void setDisplayBuffer(StringBuffer buffer) throws IfsException
IfsException
boolean getIsObfuscated() throws IfsException
IfsException
void setIsObfuscated(boolean obfuscate) throws IfsException
IfsException
Copyright © 2023. All rights reserved.