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 
 | 
clearLibraryObject[] getLibraryObjects() throws IfsException
IfsExceptionvoid setLibraryObjects(LibraryObject[] objs) throws IfsException
IfsExceptionLibrarySession getLibrarySession() throws IfsException
IfsExceptionvoid setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionString[] getAttributeNames(int index) throws IfsException
IfsExceptionString[][] getAttributeNames() throws IfsException
IfsExceptionvoid setAttributeNames(String[][] attrNames) throws IfsException
IfsExceptionvoid setAttributeNames(String[] attrNames) throws IfsException
IfsExceptionboolean getDisplayAllAttributes()
                         throws IfsException
IfsExceptionvoid setDisplayAllAttributes(boolean displayAll)
                      throws IfsException
IfsExceptionboolean getNamesOnly()
              throws IfsException
IfsExceptionvoid setNamesOnly(boolean namesOnly)
           throws IfsException
IfsExceptionStringBuffer getDisplayBuffer() throws IfsException
IfsExceptionvoid setDisplayBuffer(StringBuffer buffer) throws IfsException
IfsExceptionboolean getIsObfuscated()
                 throws IfsException
IfsExceptionvoid setIsObfuscated(boolean obfuscate)
              throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.