Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractPackageManagerClient - Class in net.adamcin.granite.client.packman
The AbstractPackageManagerClient provides constants and concrete implementations for generic method logic and response handling.
AbstractPackageManagerClient() - Constructor for class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
AbstractPackageManagerClient.Either<T,U> - Class in net.adamcin.granite.client.packman
 
AbstractPackageManagerClient.ResponseBuilder - Class in net.adamcin.granite.client.packman
 
ACHandling - Enum in net.adamcin.granite.client.packman
 
adaptFilterSet(PathFilterSet) - Static method in class net.adamcin.granite.client.packman.WspFilter
 
adaptWorkspaceFilter(WorkspaceFilter) - Static method in class net.adamcin.granite.client.packman.WspFilter
 
AsyncPackageManagerClient - Class in net.adamcin.granite.client.packman.async
 
AsyncPackageManagerClient() - Constructor for class net.adamcin.granite.client.packman.async.AsyncPackageManagerClient
 
AsyncPackageManagerClient(AsyncHttpClient) - Constructor for class net.adamcin.granite.client.packman.async.AsyncPackageManagerClient
 

B

build(PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Builds the specified package
build(PackId, ResponseProgressListener) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Builds the specified package
build(PackId) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Builds the specified package
build(PackId, ResponseProgressListener) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Builds the specified package

C

checkACHandling(ValidationOptions, VaultPackage) - Static method in class net.adamcin.granite.client.packman.validation.PackageValidator
 
checkDeniedPathInclusion(ValidationOptions, VaultPackage) - Static method in class net.adamcin.granite.client.packman.validation.PackageValidator
 
checkFilter(ValidationOptions, WspFilter) - Static method in class net.adamcin.granite.client.packman.validation.PackageValidator
 
checkForbiddenExtensions(JarFile, List<String>) - Static method in class net.adamcin.granite.client.packman.validation.PackageValidator
 
checkForbiddenFilterRootPrefix(ValidationOptions, VaultPackage) - Static method in class net.adamcin.granite.client.packman.validation.PackageValidator
 
checkServiceAvailability(boolean, long) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
The CRX PackageManagerServlet does not support GET requests.
checkServiceAvailability(boolean, long) - Method in class net.adamcin.granite.client.packman.async.AsyncPackageManagerClient
The CRX PackageManagerServlet does not support GET requests.
checkServiceAvailability(boolean, long) - Method in class net.adamcin.granite.client.packman.http3.Http3PackageManagerClient
 
checkServiceAvailability(boolean, long) - Method in class net.adamcin.granite.client.packman.http4.Http4PackageManagerClient
 
CMD_BUILD - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
CMD_CONTENTS - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
CMD_CREATE - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
CMD_DELETE - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
CMD_DRY_RUN - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
CMD_INSTALL - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
CMD_REPLICATE - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
CMD_REWRAP - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
CMD_UNINSTALL - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
CMD_UPLOAD - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
compareTo(PackId) - Method in class net.adamcin.granite.client.packman.PackId
 
CONSOLE_UI_BASE_PATH - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
CONSOLE_UI_DOWNLOAD_PATH - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
CONSOLE_UI_LIST_PATH - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
CONSOLE_UI_UPDATE_PATH - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
constructUrl(String, String, String) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
contents(PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Prints the contents of the package to the response
contents(PackId, ResponseProgressListener) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Prints the contents of the package to the response
contents(PackId) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Prints the contents of the package to the response
contents(PackId, ResponseProgressListener) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Prints the contents of the package to the response
convertToWorkspaceFilter(WspFilter) - Static method in class net.adamcin.granite.client.packman.validation.PackageValidator
 
create(PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Create a package with the specified packageId
create(PackId) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Create a package with the specified packageId
createDownloadResponse(File) - Static method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
createPackId(String, String, String) - Static method in class net.adamcin.granite.client.packman.PackId
 

D

DEFAULT_BASE_URL - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
DEFAULT_CHARSET - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
DEFAULT_LISTENER - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
DEFAULT_PASSWORD - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
DEFAULT_USERNAME - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
DefaultResponseProgressListener - Class in net.adamcin.granite.client.packman
Default do-nothing implementation of ResponseProgressListener
DefaultResponseProgressListener() - Constructor for class net.adamcin.granite.client.packman.DefaultResponseProgressListener
 
DefaultValidationOptions - Class in net.adamcin.granite.client.packman.validation
Default implementation of ValidationOptions
DefaultValidationOptions() - Constructor for class net.adamcin.granite.client.packman.validation.DefaultValidationOptions
 
delete(PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Delete a package from the server.
delete(PackId) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Delete a package from the server.
deniedPathInclusion(String, WspFilter.Root) - Static method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
DetailedResponse - Interface in net.adamcin.granite.client.packman
A more detailed ServiceResponse based on the HTML service representation
download(PackId, File) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Downloads the package identified by packageId to the absolute path specified by toFile
download(PackId, File) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Downloads the package identified by packageId to the absolute path specified by toFile
DownloadResponse - Interface in net.adamcin.granite.client.packman
 
downloadToDirectory(PackId, File) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Downloads the package to a qualified relative path under toDirectory
downloadToDirectory(PackId, File) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Downloads the package to a qualified relative path under toDirectory
dryRun(PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Performs a dryRun of an installation of the specified package
dryRun(PackId, ResponseProgressListener) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Performs a dryRun of an installation of the specified package
dryRun(PackId) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Performs a dryRun of an installation of the specified package
dryRun(PackId, ResponseProgressListener) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Performs a dryRun of an installation of the specified package

E

Either() - Constructor for class net.adamcin.granite.client.packman.AbstractPackageManagerClient.Either
 
equals(Object) - Method in class net.adamcin.granite.client.packman.PackId
 
equals(Object) - Method in class net.adamcin.granite.client.packman.WspFilter
 
equals(Object) - Method in class net.adamcin.granite.client.packman.WspFilter.Root
 
equals(Object) - Method in class net.adamcin.granite.client.packman.WspFilter.Rule
 
existsOnServer(PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Checks if a package with the specified packageId has already been uploaded to the server.
existsOnServer(PackId) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Checks if a package with the specified packageId has already been uploaded to the server.

F

failedToId(IOException) - Static method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
failedToOpen(IOException) - Static method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
forbiddenACHandlingMode(ACHandling) - Static method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
forbiddenExtension(String) - Static method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
forbiddenRootPrefix(String, WspFilter.Root) - Static method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
forPackId(PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient.ResponseBuilder
 

G

getBaseUrl() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getBaseUrl() - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
 
getCause() - Method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
getCharset() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getClient() - Method in class net.adamcin.granite.client.packman.async.AsyncPackageManagerClient
 
getClient() - Method in class net.adamcin.granite.client.packman.http3.Http3PackageManagerClient
 
getClient() - Method in class net.adamcin.granite.client.packman.http4.Http4PackageManagerClient
 
getConsoleUiUrl() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getConsoleUiUrl(PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getConsoleUiUrl(PackId) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Return the Console UI Url for the specified package, which is useful for creating HTML links.
getContent() - Method in interface net.adamcin.granite.client.packman.DownloadResponse
 
getCoveringRoot() - Method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
getDetailedResponse(ResponseProgressListener) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient.ResponseBuilder
 
getDownloadResponse(File) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient.ResponseBuilder
 
getDownloadUrl() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getDuration() - Method in interface net.adamcin.granite.client.packman.DetailedResponse
Server-side duration in milliseconds for a successful execution.
getForbiddenACHandlingMode() - Method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
getForbiddenACHandlingModes() - Method in class net.adamcin.granite.client.packman.validation.DefaultValidationOptions
Define a list of forbidden ACHandling modes, such as OVERWRITE, MERGE, and CLEAR.
getForbiddenACHandlingModes() - Method in interface net.adamcin.granite.client.packman.validation.ValidationOptions
Define a list of forbidden ACHandling modes, such as OVERWRITE, MERGE, and CLEAR.
getForbiddenEntry() - Method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
getForbiddenExtensions() - Method in class net.adamcin.granite.client.packman.validation.DefaultValidationOptions
Define a list of forbidden file extensions, each of which must begin with a period, followed by one-to-many word characters or periods.
getForbiddenExtensions() - Method in interface net.adamcin.granite.client.packman.validation.ValidationOptions
Define a list of forbidden file extensions, each of which must begin with a period, followed by one-to-many word characters or periods.
getForbiddenFilterRootPrefixes() - Method in class net.adamcin.granite.client.packman.validation.DefaultValidationOptions
Define a list of forbidden filter root path prefixes, such as /libs, /apps/system, /home, etc.
getForbiddenFilterRootPrefixes() - Method in interface net.adamcin.granite.client.packman.validation.ValidationOptions
Define a list of forbidden filter root path prefixes, such as /libs, /apps/system, /home, etc.
getGroup() - Method in class net.adamcin.granite.client.packman.PackId
 
getHtmlUrl() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getHtmlUrl(PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getHttpContext() - Method in class net.adamcin.granite.client.packman.http4.Http4PackageManagerClient
 
getInstallationPath() - Method in class net.adamcin.granite.client.packman.PackId
 
getInvalidRoot() - Method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
getJsonUrl() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getJsonUrl(PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getLabel() - Method in enum net.adamcin.granite.client.packman.ACHandling
Get the Package Manager display label for the ACHandling mode.
getLength() - Method in interface net.adamcin.granite.client.packman.DownloadResponse
 
getListResponse() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient.ResponseBuilder
 
getListUrl() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getLoginUrl() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getMessage() - Method in interface net.adamcin.granite.client.packman.ServiceResponse
 
getName() - Method in class net.adamcin.granite.client.packman.PackId
 
getPackId() - Method in interface net.adamcin.granite.client.packman.ListResult
 
getPath() - Method in interface net.adamcin.granite.client.packman.SimpleResponse
The path associated with the operation
getPath() - Method in class net.adamcin.granite.client.packman.WspFilter.Root
 
getPathsDeniedForInclusion() - Method in class net.adamcin.granite.client.packman.validation.DefaultValidationOptions
Define a list of paths which a package filter must exclude to be considered valid.
getPathsDeniedForInclusion() - Method in interface net.adamcin.granite.client.packman.validation.ValidationOptions
Define a list of paths which a package filter must exclude to be considered valid.
getPattern() - Method in class net.adamcin.granite.client.packman.WspFilter.Rule
 
getProgressErrors() - Method in interface net.adamcin.granite.client.packman.DetailedResponse
Lists the progress errors.
getPropertyValue() - Method in enum net.adamcin.granite.client.packman.ACHandling
Get the associated acHandling property value.
getRealm() - Method in class net.adamcin.granite.client.packman.async.AsyncPackageManagerClient
 
getReason() - Method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
getRequestTimeout() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getResponseBuilder() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getResponseBuilder() - Method in class net.adamcin.granite.client.packman.async.AsyncPackageManagerClient
 
getResponseBuilder() - Method in class net.adamcin.granite.client.packman.http3.Http3PackageManagerClient
 
getResponseBuilder() - Method in class net.adamcin.granite.client.packman.http4.Http4PackageManagerClient
 
getResults() - Method in interface net.adamcin.granite.client.packman.ListResponse
 
getRoots() - Method in class net.adamcin.granite.client.packman.WspFilter
 
getRules() - Method in class net.adamcin.granite.client.packman.WspFilter.Root
 
getServiceTimeout() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getSimpleResponse() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient.ResponseBuilder
 
getStackTrace() - Method in interface net.adamcin.granite.client.packman.DetailedResponse
Lists the stack trace elements returned by the service if the request was unsuccessful.
getTotal() - Method in interface net.adamcin.granite.client.packman.ListResponse
 
getUpdateResponse() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient.ResponseBuilder
 
getUpdateUrl() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
getValidationFilter() - Method in class net.adamcin.granite.client.packman.validation.DefaultValidationOptions
return the WorkspaceFilter against which a package's WorkspaceFilter will be validated
getValidationFilter() - Method in interface net.adamcin.granite.client.packman.validation.ValidationOptions
return the WorkspaceFilter against which a package's WorkspaceFilter will be validated
getVersion() - Method in class net.adamcin.granite.client.packman.PackId
 
getWaitDelay() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 

H

hasErrors() - Method in interface net.adamcin.granite.client.packman.DetailedResponse
Convenience method indicating that the operation did not complete perfectly
hashCode() - Method in class net.adamcin.granite.client.packman.PackId
 
hashCode() - Method in class net.adamcin.granite.client.packman.WspFilter
 
hashCode() - Method in class net.adamcin.granite.client.packman.WspFilter.Root
 
hashCode() - Method in class net.adamcin.granite.client.packman.WspFilter.Rule
 
hasRequiredRules(WspFilter.Root, WspFilter.Root) - Static method in class net.adamcin.granite.client.packman.validation.PackageValidator
 
HTML_SERVICE_PATH - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
Http3PackageManagerClient - Class in net.adamcin.granite.client.packman.http3
 
Http3PackageManagerClient() - Constructor for class net.adamcin.granite.client.packman.http3.Http3PackageManagerClient
 
Http3PackageManagerClient(HttpClient) - Constructor for class net.adamcin.granite.client.packman.http3.Http3PackageManagerClient
 
Http4PackageManagerClient - Class in net.adamcin.granite.client.packman.http4
 
Http4PackageManagerClient() - Constructor for class net.adamcin.granite.client.packman.http4.Http4PackageManagerClient
 
Http4PackageManagerClient(AbstractHttpClient) - Constructor for class net.adamcin.granite.client.packman.http4.Http4PackageManagerClient
 

I

identify(File) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Identify a CRX package based on its metadata.
identify(File, boolean) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Identify a CRX package based on its metadata
identify(File) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Identify a CRX package based on its metadata.
identify(File, boolean) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Identify a CRX package based on its metadata
identifyPackage(File) - Static method in class net.adamcin.granite.client.packman.PackId
Attempt to identify a file as a valid CRX content package.
identifyPackage(File, boolean) - Static method in class net.adamcin.granite.client.packman.PackId
Attempt to identify a file as a valid CRX content package.
identifyProperties(Properties) - Static method in class net.adamcin.granite.client.packman.PackId
 
includes(PackId) - Method in interface net.adamcin.granite.client.packman.PackIdFilter
 
install(PackId, boolean, int, ACHandling) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Install a package that has already been uploaded to the server.
install(PackId, boolean, int, ACHandling, ResponseProgressListener) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Install a package that has already been uploaded to the server.
install(PackId, boolean, int, ACHandling) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Install a package that has already been uploaded to the server.
install(PackId, boolean, int, ACHandling, ResponseProgressListener) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Install a package that has already been uploaded to the server.
invalidMetaInf() - Static method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
isAllowNonCoveredRoots() - Method in class net.adamcin.granite.client.packman.validation.DefaultValidationOptions
Allow the package filter to specify filter roots which are not covered by the validation filter, and which are not ancestors of any roots specified by the validation filter
isAllowNonCoveredRoots() - Method in interface net.adamcin.granite.client.packman.validation.ValidationOptions
Allow the package filter to specify filter roots which are not covered by the validation filter, and which are not ancestors of any roots specified by the validation filter
isHasSnapshot() - Method in interface net.adamcin.granite.client.packman.ListResult
 
isInclude() - Method in class net.adamcin.granite.client.packman.WspFilter.Rule
 
isNeedsRewrap() - Method in interface net.adamcin.granite.client.packman.ListResult
 
isSuccess() - Method in interface net.adamcin.granite.client.packman.ServiceResponse
 

J

JSON_SERVICE_PATH - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 

K

KEY_ACHANDLING - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_AUTOSAVE - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_CHARSET - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_CMD - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_FILTER - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_FORCE - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_GROUP - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_GROUP_NAME - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_HAS_SNAPSHOT - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_INCLUDE_VERSIONS - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_MESSAGE - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_NAME - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_NEEDS_REWRAP - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_NO_SLING - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_PACKAGE - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_PACKAGE_NAME - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_PACKAGE_VERSION - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_PATH - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_QUERY - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_RECURSIVE - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_RESULTS - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_SUCCESS - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_TOTAL - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
KEY_VERSION - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 

L

left(T, Class<U>) - Static method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
LEGACY_PARAM_PASSWORD - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
LEGACY_PARAM_TOKEN - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
LEGACY_PARAM_USERID - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
LEGACY_PARAM_WORKSPACE - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
LEGACY_PATH - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
LEGACY_VALUE_TOKEN - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
LEGACY_VALUE_WORKSPACE - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
list() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
List all packages
list(String) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
List all packages and filter by query
list(PackId, boolean) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
List one package matching packageId or many packages matching the package group and name up to the first hyphen.
list() - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
List all packages
list(String) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
List all packages and filter by query
list(PackId, boolean) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
List one package matching packageId or many packages matching the package group and name up to the first hyphen.
ListResponse - Interface in net.adamcin.granite.client.packman
 
ListResult - Interface in net.adamcin.granite.client.packman
 
login(String, String) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Login to CRX using a POST request /crx/j_security_check.
login(String, String) - Method in class net.adamcin.granite.client.packman.async.AsyncPackageManagerClient
 
login(String, String) - Method in class net.adamcin.granite.client.packman.http3.Http3PackageManagerClient
 
login(String, String) - Method in class net.adamcin.granite.client.packman.http4.Http4PackageManagerClient
 
LOGIN_PARAM_CHARSET - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
LOGIN_PARAM_PASSWORD - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
LOGIN_PARAM_USERNAME - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
LOGIN_PARAM_VALIDATE - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
LOGIN_PATH - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
LOGIN_VALUE_CHARSET - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
LOGIN_VALUE_VALIDATE - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 

M

MIME_ZIP - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
MIN_AUTOSAVE - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
move(PackId, PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Move/Rename a package on the server
move(PackId, PackId) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Move/Rename a package on the server

N

net.adamcin.granite.client.packman - package net.adamcin.granite.client.packman
 
net.adamcin.granite.client.packman.async - package net.adamcin.granite.client.packman.async
 
net.adamcin.granite.client.packman.http3 - package net.adamcin.granite.client.packman.http3
 
net.adamcin.granite.client.packman.http4 - package net.adamcin.granite.client.packman.http4
 
net.adamcin.granite.client.packman.validation - package net.adamcin.granite.client.packman.validation
 
NO_SUCH_PACK_ID - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 

O

onError(String, String) - Method in class net.adamcin.granite.client.packman.DefaultResponseProgressListener
onError(String, String) - Method in interface net.adamcin.granite.client.packman.ResponseProgressListener
 
onLog(String) - Method in class net.adamcin.granite.client.packman.DefaultResponseProgressListener
onLog(String) - Method in interface net.adamcin.granite.client.packman.ResponseProgressListener
 
onMessage(String) - Method in class net.adamcin.granite.client.packman.DefaultResponseProgressListener
onMessage(String) - Method in interface net.adamcin.granite.client.packman.ResponseProgressListener
 
onProgress(String, String) - Method in class net.adamcin.granite.client.packman.DefaultResponseProgressListener
onProgress(String, String) - Method in interface net.adamcin.granite.client.packman.ResponseProgressListener
 
onStart(String) - Method in class net.adamcin.granite.client.packman.DefaultResponseProgressListener
onStart(String) - Method in interface net.adamcin.granite.client.packman.ResponseProgressListener
 

P

PackageManagerClient - Interface in net.adamcin.granite.client.packman
This is the Public API for a CRX Package Manager Console client.
PackageValidator - Class in net.adamcin.granite.client.packman.validation
Created by madamcin on 3/14/14.
PackId - Class in net.adamcin.granite.client.packman
 
PackIdFilter - Interface in net.adamcin.granite.client.packman
 
parseDetailedResponse(int, String, InputStream, String, ResponseProgressListener) - Static method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
parseDownloadResponse(int, String, InputStream, File) - Static method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
parseListResponse(int, String, InputStream, String) - Static method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
parsePid(String) - Static method in class net.adamcin.granite.client.packman.PackId
 
parseSimpleResponse(int, String, InputStream, String) - Static method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
parseSimpleResponse(int, String, InputStream, String, boolean) - Static method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
parseSimpleSpec(String) - Static method in class net.adamcin.granite.client.packman.WspFilter
Simple spec is defined simply as a line-by-line format where: 1.
PID_PATTERN - Static variable in class net.adamcin.granite.client.packman.PackId
 
preemptLogin(String, String) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Enable preemptive authentication using Basic Auth credentials.
preemptLogin(String, String) - Method in class net.adamcin.granite.client.packman.async.AsyncPackageManagerClient
 
preemptLogin(String, String) - Method in class net.adamcin.granite.client.packman.http3.Http3PackageManagerClient
 
preemptLogin(String, String) - Method in class net.adamcin.granite.client.packman.http4.Http4PackageManagerClient
 
PROP_GROUP - Static variable in class net.adamcin.granite.client.packman.PackId
 
PROP_NAME - Static variable in class net.adamcin.granite.client.packman.PackId
 
PROP_PATH - Static variable in class net.adamcin.granite.client.packman.PackId
 
PROP_VERSION - Static variable in class net.adamcin.granite.client.packman.PackId
 
PROPERTIES_ENTRY - Static variable in class net.adamcin.granite.client.packman.PackId
 

R

replicate(PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Replicates the package using the server's default replication agents
replicate(PackId) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Replicates the package using the server's default replication agents
ResponseBuilder() - Constructor for class net.adamcin.granite.client.packman.AbstractPackageManagerClient.ResponseBuilder
 
ResponseProgressListener - Interface in net.adamcin.granite.client.packman
 
rewrap(PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Rewraps the specified package
rewrap(PackId, ResponseProgressListener) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Rewraps the specified package
rewrap(PackId) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Rewraps the specified package
rewrap(PackId, ResponseProgressListener) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Rewraps the specified package
right(Class<T>, U) - Static method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
Root(String, WspFilter.Rule...) - Constructor for class net.adamcin.granite.client.packman.WspFilter.Root
 
Root(String, List<WspFilter.Rule>) - Constructor for class net.adamcin.granite.client.packman.WspFilter.Root
 
rootMissingRules(WspFilter.Root, WspFilter.Root) - Static method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
rootNotAllowed(WspFilter.Root) - Static method in class net.adamcin.granite.client.packman.validation.ValidationResult
 
Rule(boolean, String) - Constructor for class net.adamcin.granite.client.packman.WspFilter.Rule
 

S

SERVICE_BASE_PATH - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
ServiceResponse - Interface in net.adamcin.granite.client.packman
The basic service response interface.
setAllowNonCoveredRoots(boolean) - Method in class net.adamcin.granite.client.packman.validation.DefaultValidationOptions
 
setBaseUrl(String) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
setBasicCredentials(String, String) - Method in class net.adamcin.granite.client.packman.http3.Http3PackageManagerClient
 
setCharset(Charset) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
setForbiddenACHandlingModes(List<ACHandling>) - Method in class net.adamcin.granite.client.packman.validation.DefaultValidationOptions
 
setForbiddenExtensions(List<String>) - Method in class net.adamcin.granite.client.packman.validation.DefaultValidationOptions
 
setForbiddenFilterRootPrefixes(List<String>) - Method in class net.adamcin.granite.client.packman.validation.DefaultValidationOptions
 
setHttpContext(HttpContext) - Method in class net.adamcin.granite.client.packman.http4.Http4PackageManagerClient
 
setPathsDeniedForInclusion(List<String>) - Method in class net.adamcin.granite.client.packman.validation.DefaultValidationOptions
 
setRealm(Realm) - Method in class net.adamcin.granite.client.packman.async.AsyncPackageManagerClient
 
setRequestTimeout(long) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
setRequestTimeout(long) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Set the amount of time in milliseconds to wait for a response for any given request.
setServiceTimeout(long) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
setServiceTimeout(long) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Set the amount of time in milliseconds to wait for service availability, which may span multiple retry requests.
setValidationFilter(WspFilter) - Method in class net.adamcin.granite.client.packman.validation.DefaultValidationOptions
 
setWaitDelay(long) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
setWaitDelay(long) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Set a delay in milliseconds for calls to the PackageManagerClient.waitForService() method.
SimpleResponse - Interface in net.adamcin.granite.client.packman
A simple ServiceResponse interface based on the service's JSON representation
success() - Static method in class net.adamcin.granite.client.packman.validation.ValidationResult
 

T

toJSONString() - Method in class net.adamcin.granite.client.packman.WspFilter
 
toJSONString(int) - Method in class net.adamcin.granite.client.packman.WspFilter
 
toSpec() - Method in class net.adamcin.granite.client.packman.WspFilter.Root
 
toSpec() - Method in class net.adamcin.granite.client.packman.WspFilter.Rule
 
toSpec() - Method in class net.adamcin.granite.client.packman.WspFilter
 
toString() - Method in class net.adamcin.granite.client.packman.PackId
 
toString() - Method in class net.adamcin.granite.client.packman.WspFilter.Root
 
toString() - Method in class net.adamcin.granite.client.packman.WspFilter.Rule
 
toString() - Method in class net.adamcin.granite.client.packman.WspFilter
 

U

UnauthorizedException - Exception in net.adamcin.granite.client.packman
Created with IntelliJ IDEA.
UnauthorizedException() - Constructor for exception net.adamcin.granite.client.packman.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception net.adamcin.granite.client.packman.UnauthorizedException
 
uninstall(PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Uninstalls the specified package
uninstall(PackId, ResponseProgressListener) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Uninstalls the specified package
uninstall(PackId) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Uninstalls the specified package
uninstall(PackId, ResponseProgressListener) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Uninstalls the specified package
updateFilter(PackId, WspFilter) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Update a package definition with the specified WspFilter
updateFilter(PackId, WspFilter) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Update a package definition with the specified WspFilter
upload(File, boolean, PackId) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Upload a package to the server.
upload(File, boolean, PackId) - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Upload a package to the server.

V

VAL_NO_SLING - Static variable in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
 
validate(File, ValidationOptions) - Static method in class net.adamcin.granite.client.packman.validation.PackageValidator
Validates a package file against a workspace filter.
validatePackage(File, ValidationOptions) - Static method in class net.adamcin.granite.client.packman.validation.PackageValidator
 
ValidationOptions - Interface in net.adamcin.granite.client.packman.validation
Simple interface for passing options to the validate method
ValidationResult - Class in net.adamcin.granite.client.packman.validation
Encapsulation class for the various ways that a package validation can fail.
ValidationResult(ValidationResult.Reason) - Constructor for class net.adamcin.granite.client.packman.validation.ValidationResult
 
ValidationResult(ValidationResult.Reason, WspFilter.Root, WspFilter.Root) - Constructor for class net.adamcin.granite.client.packman.validation.ValidationResult
 
ValidationResult(ValidationResult.Reason, IOException) - Constructor for class net.adamcin.granite.client.packman.validation.ValidationResult
 
ValidationResult(ValidationResult.Reason, String) - Constructor for class net.adamcin.granite.client.packman.validation.ValidationResult
 
ValidationResult(ValidationResult.Reason, String, WspFilter.Root) - Constructor for class net.adamcin.granite.client.packman.validation.ValidationResult
 
ValidationResult(ValidationResult.Reason, ACHandling) - Constructor for class net.adamcin.granite.client.packman.validation.ValidationResult
 
ValidationResult.Reason - Enum in net.adamcin.granite.client.packman.validation
 
valueOf(String) - Static method in enum net.adamcin.granite.client.packman.ACHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.adamcin.granite.client.packman.validation.ValidationResult.Reason
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.adamcin.granite.client.packman.ACHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.adamcin.granite.client.packman.validation.ValidationResult.Reason
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForService() - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient
Wait for service availability.
waitForService() - Method in interface net.adamcin.granite.client.packman.PackageManagerClient
Wait for service availability.
withParam(String, String) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient.ResponseBuilder
 
withParam(String, boolean) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient.ResponseBuilder
 
withParam(String, int) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient.ResponseBuilder
 
withParam(String, File, String) - Method in class net.adamcin.granite.client.packman.AbstractPackageManagerClient.ResponseBuilder
 
WspFilter - Class in net.adamcin.granite.client.packman
A simpler representation of a workspace filter with fewer API encumbrances.
WspFilter(WspFilter.Root...) - Constructor for class net.adamcin.granite.client.packman.WspFilter
 
WspFilter(List<WspFilter.Root>) - Constructor for class net.adamcin.granite.client.packman.WspFilter
 
WspFilter.Root - Class in net.adamcin.granite.client.packman
 
WspFilter.Rule - Class in net.adamcin.granite.client.packman
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2013-2017. All Rights Reserved.