public interface DoesPublicObjectExistByPathContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
FolderPathResolver |
getFolderPathResolver()
Gets the folder path resolver.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
String |
getPath()
Gets the path.
|
boolean |
getResults()
Gets the results.
|
void |
setFolderPathResolver(FolderPathResolver fpr)
Sets the folder path resolver.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setPath(String path)
Sets the path.
|
void |
setResults(boolean results)
Sets the results.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
String getPath() throws IfsException
IfsException
void setPath(String path) throws IfsException
IfsException
FolderPathResolver getFolderPathResolver() throws IfsException
IfsException
void setFolderPathResolver(FolderPathResolver fpr) throws IfsException
IfsException
boolean getResults() throws IfsException
IfsException
void setResults(boolean results) throws IfsException
IfsException
Copyright © 2023. All rights reserved.