Package | Description |
---|---|
com.endeca.soleng.eac.toolkit.component | |
com.endeca.soleng.eac.toolkit.utility | |
com.endeca.soleng.eac.toolkit.utility.curl | |
com.endeca.soleng.eac.toolkit.utility.perl |
Modifier and Type | Method and Description |
---|---|
Utility |
Component.constructArchiveLogDir()
Construct utility for archiving the log directory or, if number of archives is configured to be
"-1" (indicating the user wants to clear the log directory, but not archive the logs), this method
constructs a utility to clean the log directory.
|
Modifier and Type | Class and Description |
---|---|
class |
BackupUtility
BackupUtility extends the Utility object, exposing the fields that
make up a backup utility invocation and convenience initializer methods
that take all of the arguments required to define a backup utility.
|
class |
CopyUtility
CopyUtility extends the Utility object, exposing the fields that
make up a copy utility invocation and convenience initializer methods
that take all of the arguments required to define a copy utility.
|
class |
ExportFileUpgradeUtility
Migrates an XML export file to the current Workbench xml format
|
class |
FileUtility
FileUtility extends the Utility object, exposing methods that wrap the
utility web service's listDirectoryContents call.
|
class |
RollbackUtility
RollbackUtility extends the Utility object, exposing the fields that
make up a rollback utility invocation and convenience initializer methods
that take all of the arguments required to define a rollback utility.
|
class |
ShellUtility
ShellUtility extends the Utility object, exposing the fields that
make up a shell utility invocation and convenience initializer methods
that take all of the arguments required to define a shell utility.
|
Modifier and Type | Method and Description |
---|---|
static void |
Utility.runInParallel(List<Utility> utilities)
Static method to run a set of utilities in parallel.
|
Modifier and Type | Class and Description |
---|---|
class |
CurlUtility
Utility used to execute a curl call to a URL.
|
class |
DgraphConfigUpdateUtility
Utility used to trigger a dgraph configuration update via a curl
call to the Dgraphs config?op=update administrative URL.
|
class |
DgraphFlushCacheUtility
Utility used to trigger a dgraph dynamic cache flush via a curl
call to the Dgraphs admin?op=flush administrative URL.
|
class |
DgraphReloadServicesUtility
Utility used to trigger reloading of XQuery modules via a curl
call to the Dgraph's admin?op=reload-services administrative URL.
|
class |
DgraphUpdateUtility
Utility used to trigger a dgraph partial update via a curl
call to the Dgraphs admin?op=update administrative URL.
|
class |
LogServerRollUtility
Utility used to trigger a logserver "roll" via a curl call to the
logserver's /roll administrative URL.
|
Modifier and Type | Class and Description |
---|---|
class |
CleanDirUtility
Utility used to clean a directory.
|
class |
CreateDirUtility
Utility used to create a directory.
|
class |
LocalMoveUtility
Utility used to move files or directories locally.
|
class |
PerlInlineScriptUtility
Utility used to invoke an inline Perl script.
|
class |
PerlScriptUtility
Utility used to invoke a Perl script.
|
class |
PerlUtility
Abstract utility extended by utilities that execute Perl calls.
|
class |
PerlUtilityCmdsUtility
Utility used to invole utility_cmds.pl in the Endeca IAP installation.
|
class |
RemoveDirUtility
Utility used to remove a directory.
|
class |
RemoveFileUtility
Utility used to remove a file or files that match a specified path.
|
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.