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

A

AbstractContentWorker - Class in org.gytheio.content
Base implementation of a content worker with a sourceContentReferenceHandler field.
AbstractContentWorker() - Constructor for class org.gytheio.content.AbstractContentWorker
 
AbstractUrlContentReferenceHandler - Class in org.gytheio.content.handler
A base ContentReferenceHandler implementation with convenience methods for dealing with URLs.
AbstractUrlContentReferenceHandler() - Constructor for class org.gytheio.content.handler.AbstractUrlContentReferenceHandler
 
addToBuffer(String) - Method in class org.gytheio.util.exec.RuntimeExec.InputStreamReaderThread
 
APPLICATION_LONG_LIFE_FILE_DIR - Static variable in class org.gytheio.content.file.TempFileProvider
The prefix for the long life temporary files.
APPLICATION_TEMP_FILE_DIR - Static variable in class org.gytheio.content.file.TempFileProvider
subdirectory in the temp directory where Gytheio temporary files will go

B

BeanUtils - Class in org.gytheio.util
Utility class for common operations on Java beans
BeanUtils() - Constructor for class org.gytheio.util.BeanUtils
 
binaryStreamEquals(InputStream, InputStream) - Static method in class org.gytheio.util.EqualsHelper
Performs a byte-level comparison between two streams.

C

charset - Variable in class org.gytheio.util.exec.RuntimeExec.InputStreamReaderThread
 
CloneField - Annotation Type in org.gytheio.util
Annotation to be placed on getter methods to indicate the field should be copied during copying and merging
ContentIOException - Exception in org.gytheio.content
Wraps a general Exceptions that occurred while reading or writing content.
ContentIOException(String) - Constructor for exception org.gytheio.content.ContentIOException
 
ContentIOException(String, Throwable) - Constructor for exception org.gytheio.content.ContentIOException
 
ContentReference - Class in org.gytheio.content
A reference to content by its URI and media type (mimetype).
ContentReference() - Constructor for class org.gytheio.content.ContentReference
 
ContentReference(String, String) - Constructor for class org.gytheio.content.ContentReference
 
ContentReference(String, String, Long) - Constructor for class org.gytheio.content.ContentReference
 
ContentReferenceHandler - Interface in org.gytheio.content.handler
Defines a handler for reading and writing ContentReference objects.
ContentUtil - Class in org.gytheio.content.util
Util method for working with ContentReferences and ContentWorkResults.
ContentUtil() - Constructor for class org.gytheio.content.util.ContentUtil
 
ContentWorker - Interface in org.gytheio.content
Defines a low-level worker that performs some action on content, i.e.
ContentWorkResult - Class in org.gytheio.content
The result of some operation on content which includes a content reference and details about the operation.
ContentWorkResult() - Constructor for class org.gytheio.content.ContentWorkResult
 
ContentWorkResult(ContentReference, Map<String, Object>) - Constructor for class org.gytheio.content.ContentWorkResult
 
copyFields(Object, Object, boolean) - Static method in class org.gytheio.util.BeanUtils
Copies fields marked with the CloneField annotation from the given source to the given target, check that the value is not null if merge is true.
create(String, Object...) - Static method in exception org.gytheio.error.GytheioRuntimeException
Helper factory method making use of variable argument numbers
create(Throwable, String, Object...) - Static method in exception org.gytheio.error.GytheioRuntimeException
Helper factory method making use of variable argument numbers
createContentReference(String, String) - Method in class org.gytheio.content.handler.AbstractUrlContentReferenceHandler
 
createContentReference(String, String) - Method in interface org.gytheio.content.handler.ContentReferenceHandler
Creates a content reference of the given file name and media type.
createContentReference(String, String) - Method in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
 
createFile(String, String) - Method in interface org.gytheio.content.file.FileProvider
Create a file with the given prefix and suffix.
createFile(String, String) - Method in class org.gytheio.content.file.FileProviderImpl
Create a file in the configured dir.
createFile(String, String, File) - Method in class org.gytheio.content.file.FileProviderImpl
 
createInstance(InputStream, Charset) - Method in class org.gytheio.util.exec.RuntimeExec.InputStreamReaderThreadFactory
 
createNewUrl(String) - Method in class org.gytheio.content.handler.AbstractUrlContentReferenceHandler
Gets a URL from the AbstractUrlContentReferenceHandler.getRemoteBaseUrl() and the given relative path.
createTempFile(InputStream, String, String) - Static method in class org.gytheio.content.file.TempFileProvider
 
createTempFile(String, String) - Static method in class org.gytheio.content.file.TempFileProvider
Create a temp file in the alfresco temp dir.
createTempFile(String, String, File) - Static method in class org.gytheio.content.file.TempFileProvider
 

D

delete(ContentReference) - Method in interface org.gytheio.content.handler.ContentReferenceHandler
Deletes the given content reference
delete(ContentReference) - Method in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
 

E

equals(Object) - Method in class org.gytheio.util.Pair
 
EqualsHelper - Class in org.gytheio.util
Utility class providing helper methods for various types of equals functionality
EqualsHelper() - Constructor for class org.gytheio.util.EqualsHelper
 
EqualsHelper.MapValueComparison - Enum in org.gytheio.util
Enumeration for results returned by map comparisons.
ExecParameterTokenizer - Class in org.gytheio.util.exec
This class is used to tokenize strings used as parameters for RuntimeExec objects.
ExecParameterTokenizer(String) - Constructor for class org.gytheio.util.exec.ExecParameterTokenizer
 
ExecParameterTokenizer.QuotedSubstring - Class in org.gytheio.util.exec
A substring that is surrounded by (single or double) quotes.
ExecParameterTokenizer.QuotedSubstring(String) - Constructor for class org.gytheio.util.exec.ExecParameterTokenizer.QuotedSubstring
 
ExecParameterTokenizer.Substring - Interface in org.gytheio.util.exec
Utility interface for a substring in a parameter string.
ExecParameterTokenizer.UnquotedSubstring - Class in org.gytheio.util.exec
A substring that is not surrounded by (single or double) quotes.
ExecParameterTokenizer.UnquotedSubstring(String) - Constructor for class org.gytheio.util.exec.ExecParameterTokenizer.UnquotedSubstring
 
execute() - Method in class org.gytheio.util.exec.RuntimeExec
Executes the command using the default properties
execute(Map<String, String>) - Method in class org.gytheio.util.exec.RuntimeExec
Executes the statement that this instance was constructed with.
execute(Map<String, String>, long) - Method in class org.gytheio.util.exec.RuntimeExec
Executes the statement that this instance was constructed with an optional timeout after which the command is asked to
execute(Map<String, String>, RuntimeExec.InputStreamReaderThreadFactory, RuntimeExec.InputStreamReaderThreadFactory, long) - Method in class org.gytheio.util.exec.RuntimeExec
Executes the statement that this instance was constructed with an optional timeout after which the command is asked to
EXTENSION_BINARY - Static variable in enum org.gytheio.content.mediatype.FileMediaType
 

F

FileContentReferenceHandler - Interface in org.gytheio.content.handler
Adds file handling to the ContentReferenceHandler interface.
FileContentReferenceHandlerImpl - Class in org.gytheio.content.handler
Java File content reference handler implementation.
FileContentReferenceHandlerImpl() - Constructor for class org.gytheio.content.handler.FileContentReferenceHandlerImpl
 
FileMediaType - Enum in org.gytheio.content.mediatype
Convenience enum for to more easily use media types with FileMediaTypeServiceImpl.
FileMediaTypeService - Interface in org.gytheio.content.mediatype
Defines a service for getting extensions for media types and vice versa.
FileMediaTypeServiceImpl - Class in org.gytheio.content.mediatype
Implementation of FileMediaTypeService which delegates to Apache Tika to do the actual work.
FileMediaTypeServiceImpl(TikaConfig) - Constructor for class org.gytheio.content.mediatype.FileMediaTypeServiceImpl
 
FileProvider - Interface in org.gytheio.content.file
Defines methods to create files.
FileProviderImpl - Class in org.gytheio.content.file
FileProvider implementation which is configured with a directoryPath in which files should be created
FileProviderImpl() - Constructor for class org.gytheio.content.file.FileProviderImpl
 
FileProviderImpl(String) - Constructor for class org.gytheio.content.file.FileProviderImpl
 
FRAMEWORK_PROPERTY_NAME - Static variable in class org.gytheio.content.AbstractContentWorker
 
FRAMEWORK_PROPERTY_VERSION - Static variable in class org.gytheio.content.AbstractContentWorker
 

G

getAllMessages() - Static method in class org.gytheio.util.I18NUtil
 
getAllMessages(Locale) - Static method in class org.gytheio.util.I18NUtil
 
getAllTokens() - Method in class org.gytheio.util.exec.ExecParameterTokenizer
This method returns the tokens in a parameter string.
getApplicationLongLifeFileDir() - Static method in class org.gytheio.content.file.TempFileProvider
Gets the longer life file directory
getApplicationTempFileDir() - Static method in class org.gytheio.content.file.TempFileProvider
Gets the temp file directory
getBuffer() - Method in class org.gytheio.util.exec.RuntimeExec.InputStreamReaderThread
 
getCommand() - Method in class org.gytheio.util.exec.RuntimeExec
 
getCommand(Map<String, String>) - Method in class org.gytheio.util.exec.RuntimeExec
Get the command that will be executed post substitution.
getContentLocale() - Static method in class org.gytheio.util.I18NUtil
Get the content local for the current thread.
This will revert to I18NUtil.getLocale() if no value has been defined.
getContentLocaleLang() - Static method in class org.gytheio.util.I18NUtil
Get the content local language only (ignore the country and variant) for the current thread.
This will revert to I18NUtil.getLocale() if no value has been defined.
getContentLocaleOrNull() - Static method in class org.gytheio.util.I18NUtil
Get the content local for the current thread.
This will revert null if no value has been defined.
getContentReference() - Method in class org.gytheio.content.ContentWorkResult
Gets the content reference associated with the result.
getDetails() - Method in class org.gytheio.content.ContentWorkResult
Gets the additional details of the result of the content work.
getDirectory() - Method in class org.gytheio.content.file.FileProviderImpl
Get the dir.
getExitValue() - Method in class org.gytheio.util.exec.RuntimeExec.ExecutionResult
 
getExtension(String) - Method in class org.gytheio.content.handler.AbstractUrlContentReferenceHandler
Gets the extension from the remote URL string
getExtension() - Method in enum org.gytheio.content.mediatype.FileMediaType
Gets the default extension via the FileMediaTypeServiceImpl
getExtension(String) - Method in interface org.gytheio.content.mediatype.FileMediaTypeService
Get the extension for the specified internet media type
getExtension(String) - Method in class org.gytheio.content.mediatype.FileMediaTypeServiceImpl
 
getFile(ContentReference, boolean) - Method in interface org.gytheio.content.handler.FileContentReferenceHandler
Gets a File object for the given content reference, optionally waiting for the file to be available and match the expected file size.
getFile(ContentReference, boolean) - Method in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
 
getFirst() - Method in class org.gytheio.util.Pair
Get the first member of the tuple.
getInputStream(ContentReference, boolean) - Method in interface org.gytheio.content.handler.ContentReferenceHandler
Gets an input stream for the given content reference
getInputStream(ContentReference, boolean) - Method in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
 
getLocale() - Static method in class org.gytheio.util.I18NUtil
Get the general local for the current thread, will revert to the default locale if none specified for this thread.
getLocaleOrNull() - Static method in class org.gytheio.util.I18NUtil
Get the general local for the current thread.
This will revert null if no value has been defined.
getLongLifeTempDir(String) - Static method in class org.gytheio.content.file.TempFileProvider
creates a longer living temp dir.
getMapComparison(Map<K, V>, Map<K, V>) - Static method in class org.gytheio.util.EqualsHelper
Compare two maps.
getMapDifferenceReport(Map<?, ?>, Map<?, ?>) - Static method in class org.gytheio.util.EqualsHelper
Compare two maps and generate a difference report between the actual and expected values.
getMediaType() - Method in class org.gytheio.content.ContentReference
Gets the media type (mimetype) of the content reference
getMediaType() - Method in enum org.gytheio.content.mediatype.FileMediaType
Gets the media type string, i.e.
getMediaType(String) - Method in interface org.gytheio.content.mediatype.FileMediaTypeService
Get the internet media type for the specified extension
getMediaType(String) - Method in class org.gytheio.content.mediatype.FileMediaTypeServiceImpl
 
getMediaTypeByName(File) - Method in interface org.gytheio.content.mediatype.FileMediaTypeService
Get the internet media type for the specified file using only its file name, no inspection
getMediaTypeByName(File) - Method in class org.gytheio.content.mediatype.FileMediaTypeServiceImpl
 
getMessage(String) - Static method in class org.gytheio.util.I18NUtil
Get message from registered resource bundle.
getMessage(String, Locale) - Static method in class org.gytheio.util.I18NUtil
Get a localised message string
getMessage(String, Object...) - Static method in class org.gytheio.util.I18NUtil
Get a localised message string, parameterized using standard MessageFormatter.
getMessage(String, Locale, Object...) - Static method in class org.gytheio.util.I18NUtil
Get a localised message string, parameterized using standard MessageFormatter.
getMsgId() - Method in exception org.gytheio.error.GytheioRuntimeException
 
getMsgParams() - Method in exception org.gytheio.error.GytheioRuntimeException
 
getNearestLocale(Locale, Set<Locale>) - Static method in class org.gytheio.util.I18NUtil
Searches for the nearest locale from the available options.
getProperties() - Method in class org.gytheio.content.AbstractContentWorker
 
getRelativePath(String) - Method in class org.gytheio.content.handler.AbstractUrlContentReferenceHandler
Gets the relative path from the remote URL string
getRemoteBaseUrl() - Method in class org.gytheio.content.handler.AbstractUrlContentReferenceHandler
Gets the remote base URL string for the handler.
getRemoteFileUrl(ContentReference) - Method in class org.gytheio.content.handler.AbstractUrlContentReferenceHandler
Gets the remote URL string from the given content reference.
getRemotePath(String) - Method in class org.gytheio.content.handler.AbstractUrlContentReferenceHandler
Builds the remote path for the given remote file name.
getRootCause() - Method in exception org.gytheio.error.GytheioRuntimeException
Get the root cause.
getSecond() - Method in class org.gytheio.util.Pair
Get the second member of the tuple.
getSingleResultDetailValue(String, ContentReference, List<ContentWorkResult>) - Static method in class org.gytheio.content.util.ContentUtil
Convenience method for getting a specific result detail value for a given content reference.
getSize() - Method in class org.gytheio.content.ContentReference
Gets the size of the content binary if available
getStdErr() - Method in class org.gytheio.util.exec.RuntimeExec.ExecutionResult
 
getStdOut() - Method in class org.gytheio.util.exec.RuntimeExec.ExecutionResult
 
getSuccess() - Method in class org.gytheio.util.exec.RuntimeExec.ExecutionResult
 
getSystemTempDir() - Static method in class org.gytheio.content.file.TempFileProvider
Get the Java Temp dir e.g.
getTempDir() - Static method in class org.gytheio.content.file.TempFileProvider
Get the Gytheio temp dir, by defaut %java.io.tempdir%/Gytheio.
getTempDir(String) - Static method in class org.gytheio.content.file.TempFileProvider
Get the specified temp dir, %java.io.tempdir%/dirName.
getTikaMimeType() - Method in enum org.gytheio.content.mediatype.FileMediaType
Gets the underlying Tika MimeType based on the FileMediaType's mediaType string
getTikaMimeType(String) - Method in class org.gytheio.content.mediatype.FileMediaTypeServiceImpl
 
getTokens() - Method in class org.gytheio.util.exec.ExecParameterTokenizer.QuotedSubstring
 
getTokens() - Method in interface org.gytheio.util.exec.ExecParameterTokenizer.Substring
Gets all the tokens in a parameter string.
getTokens() - Method in class org.gytheio.util.exec.ExecParameterTokenizer.UnquotedSubstring
 
getUri() - Method in class org.gytheio.content.ContentReference
Gets the URI for the content reference
getVersionDetailsString() - Method in class org.gytheio.content.AbstractContentWorker
 
getVersionDetailsString() - Method in interface org.gytheio.content.ContentWorker
Gets a string returning detailed version information such as JVM or command line application's version output
getVersionString() - Method in class org.gytheio.content.AbstractContentWorker
 
getVersionString() - Method in interface org.gytheio.content.ContentWorker
Gets a string returning name and version information.
GytheioRuntimeException - Exception in org.gytheio.error
I18n'ed runtime exception thrown by Alfresco code.
GytheioRuntimeException(String) - Constructor for exception org.gytheio.error.GytheioRuntimeException
Constructor
GytheioRuntimeException(String, Object[]) - Constructor for exception org.gytheio.error.GytheioRuntimeException
Constructor
GytheioRuntimeException(String, Throwable) - Constructor for exception org.gytheio.error.GytheioRuntimeException
Constructor
GytheioRuntimeException(String, Object[], Throwable) - Constructor for exception org.gytheio.error.GytheioRuntimeException
Constructor

H

hashCode() - Method in class org.gytheio.util.Pair
 

I

I18NUtil - Class in org.gytheio.util
Utility class providing methods to access the Locale of the current thread and to get Localised strings.
I18NUtil() - Constructor for class org.gytheio.util.I18NUtil
 
init() - Method in class org.gytheio.content.handler.AbstractUrlContentReferenceHandler
Performs any initialization needed for the hanlder.
init() - Method in class org.gytheio.content.mediatype.FileMediaTypeServiceImpl
 
initialize() - Method in class org.gytheio.content.AbstractContentWorker
Performs any initialization needed after content reference handlers are set
initializeVersionDetailsString() - Method in class org.gytheio.content.AbstractContentWorker
 
initializeVersionString() - Method in class org.gytheio.content.AbstractContentWorker
 
isAvailable() - Method in class org.gytheio.content.AbstractContentWorker
 
isAvailable() - Method in interface org.gytheio.content.ContentWorker
Gets whether or not the dependencies of the worker have been properly configured for its normal operation, i.e.
isAvailable() - Method in interface org.gytheio.content.file.FileProvider
Determines whether or not the file provider is available.
isAvailable() - Method in class org.gytheio.content.file.FileProviderImpl
 
isAvailable - Variable in class org.gytheio.content.handler.AbstractUrlContentReferenceHandler
 
isAvailable() - Method in class org.gytheio.content.handler.AbstractUrlContentReferenceHandler
 
isAvailable() - Method in interface org.gytheio.content.handler.ContentReferenceHandler
Determines whether or not the handler is currently available, i.e.
isAvailable() - Method in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
 
isComplete() - Method in class org.gytheio.util.exec.RuntimeExec.InputStreamReaderThread
 
isContentReferenceExists(ContentReference) - Method in interface org.gytheio.content.handler.ContentReferenceHandler
Determines whether the given content reference exists
isContentReferenceExists(ContentReference) - Method in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
 
isContentReferenceSupported(ContentReference) - Method in interface org.gytheio.content.handler.ContentReferenceHandler
Determines whether the given content reference is supported by the handler
isContentReferenceSupported(ContentReference) - Method in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
 
isLongLifeTempDir(File) - Static method in class org.gytheio.content.file.TempFileProvider
Is this a long life folder ?

K

KEY_OS_DEFAULT - Static variable in class org.gytheio.util.exec.RuntimeExec
the key to use when specifying a command for any other OS: *
killProcess() - Method in class org.gytheio.util.exec.RuntimeExec.ExecutionResult
A helper method to force a kill of the process that generated this result.

L

loadProperties() - Method in class org.gytheio.content.AbstractContentWorker
 

M

makeRuntimeException(Throwable, String, Object...) - Static method in exception org.gytheio.error.GytheioRuntimeException
Utility to convert a general Throwable to a RuntimeException.
Mergable<T> - Interface in org.gytheio.util
Defines that a class can be merged with the overriding values from another object of the same type.
merge(T) - Method in interface org.gytheio.util.Mergable
Merge the non-null field values from the given override object

N

NULL_PAIR - Static variable in class org.gytheio.util.Pair
 
nullPair() - Static method in class org.gytheio.util.Pair
 
nullSafeEquals(Object, Object) - Static method in class org.gytheio.util.EqualsHelper
Performs an equality check left.equals(right) after checking for null values
nullSafeEquals(String, String, boolean) - Static method in class org.gytheio.util.EqualsHelper
Performs an case-sensitive or case-insensitive equality check after checking for null values

O

org.gytheio.api - package org.gytheio.api
 
org.gytheio.content - package org.gytheio.content
 
org.gytheio.content.file - package org.gytheio.content.file
 
org.gytheio.content.handler - package org.gytheio.content.handler
 
org.gytheio.content.mediatype - package org.gytheio.content.mediatype
 
org.gytheio.content.util - package org.gytheio.content.util
 
org.gytheio.error - package org.gytheio.error
 
org.gytheio.util - package org.gytheio.util
 
org.gytheio.util.exec - package org.gytheio.util.exec
 

P

Pair<F,S> - Class in org.gytheio.util
Utility class for containing two things that aren't like each other
Pair(F, S) - Constructor for class org.gytheio.util.Pair
Make a new one.
parseLocale(String) - Static method in class org.gytheio.util.I18NUtil
Factory method to create a Locale from a lang_country_variant string.
PREFIX_APPLICATION - Static variable in enum org.gytheio.content.mediatype.FileMediaType
 
PREFIX_AUDIO - Static variable in enum org.gytheio.content.mediatype.FileMediaType
 
PREFIX_IMAGE - Static variable in enum org.gytheio.content.mediatype.FileMediaType
 
PREFIX_MESSAGE - Static variable in enum org.gytheio.content.mediatype.FileMediaType
 
PREFIX_MODEL - Static variable in enum org.gytheio.content.mediatype.FileMediaType
 
PREFIX_MULTIPART - Static variable in enum org.gytheio.content.mediatype.FileMediaType
 
PREFIX_TEXT - Static variable in enum org.gytheio.content.mediatype.FileMediaType
 
PREFIX_VIDEO - Static variable in enum org.gytheio.content.mediatype.FileMediaType
 
processBytes(byte[], int) - Method in class org.gytheio.util.exec.RuntimeExec.InputStreamReaderThread
 
putInputStream(InputStream, ContentReference) - Method in interface org.gytheio.content.handler.ContentReferenceHandler
Writes the given source input stream into the given target content reference.
putInputStream(InputStream, ContentReference) - Method in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
 

R

registerResourceBundle(String) - Static method in class org.gytheio.util.I18NUtil
Register a resource bundle.
run() - Method in class org.gytheio.util.exec.RuntimeExec.InputStreamReaderThread
 
RuntimeExec - Class in org.gytheio.util.exec
This acts as a session similar to the java.lang.Process, but logs the system standard and error streams.
RuntimeExec() - Constructor for class org.gytheio.util.exec.RuntimeExec
Default constructor.
RuntimeExec.ExecutionResult - Class in org.gytheio.util.exec
Object to carry the results of an execution to the caller.
RuntimeExec.InputStreamReaderThread - Class in org.gytheio.util.exec
Gobbles an InputStream and writes it into a StringBuffer
RuntimeExec.InputStreamReaderThread(InputStream, Charset) - Constructor for class org.gytheio.util.exec.RuntimeExec.InputStreamReaderThread
 
RuntimeExec.InputStreamReaderThreadFactory - Class in org.gytheio.util.exec
Class for instantiating InputStreamReaderThreads
RuntimeExec.InputStreamReaderThreadFactory() - Constructor for class org.gytheio.util.exec.RuntimeExec.InputStreamReaderThreadFactory
 

S

SERVICE - Static variable in enum org.gytheio.content.mediatype.FileMediaType
 
setCharset(String) - Method in class org.gytheio.util.exec.RuntimeExec
Sets the assumed charset of OUT and ERR streams generated by the executed command.
setCommand(String[]) - Method in class org.gytheio.util.exec.RuntimeExec
Set the command to execute regardless of operating system
setCommandMap(Map<String, String>) - Method in class org.gytheio.util.exec.RuntimeExec
setCommandsAndArguments(Map<String, String[]>) - Method in class org.gytheio.util.exec.RuntimeExec
Supply a choice of commands to execute based on a mapping from the os.name system property to the command to execute.
setContentLocale(Locale) - Static method in class org.gytheio.util.I18NUtil
Set the content locale for the current thread.
setContentReference(ContentReference) - Method in class org.gytheio.content.ContentWorkResult
Sets the content reference associated with the result.
setCreateDirectory(boolean) - Method in class org.gytheio.content.file.FileProviderImpl
 
setDefaultInputStreamReaderThreadFactory(RuntimeExec.InputStreamReaderThreadFactory) - Method in class org.gytheio.util.exec.RuntimeExec
 
setDefaultProperties(Map<String, String>) - Method in class org.gytheio.util.exec.RuntimeExec
Set the default command-line properties to use when executing the command.
setDetails(Map<String, Object>) - Method in class org.gytheio.content.ContentWorkResult
Sets the additional details of the result of the content work.
setDirectoryPath(String) - Method in class org.gytheio.content.file.FileProviderImpl
 
setErrorCodes(String) - Method in class org.gytheio.util.exec.RuntimeExec
A comma or space separated list of values that, if returned by the executed command, indicate an error value.
setFileProvider(FileProvider) - Method in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
 
setFileProviderDirectoryPath(String) - Method in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
 
setFirst(F) - Method in class org.gytheio.util.Pair
 
setIsAvailable(boolean) - Method in class org.gytheio.content.AbstractContentWorker
 
setLocale(Locale) - Static method in class org.gytheio.util.I18NUtil
Set the locale for the current thread.
setMediaType(String) - Method in class org.gytheio.content.ContentReference
Sets the media type (mimetype) of the content reference
setProcessDirectory(String) - Method in class org.gytheio.util.exec.RuntimeExec
Set the runtime location from which the command is executed.
setProcessProperties(Map<String, String>) - Method in class org.gytheio.util.exec.RuntimeExec
Set additional runtime properties (environment properties) that will used by the executing process.
setProcessProperty(String, String) - Method in class org.gytheio.util.exec.RuntimeExec
Adds a property to existed processProperties.
setSecond(S) - Method in class org.gytheio.util.Pair
 
setSize(Long) - Method in class org.gytheio.content.ContentReference
Sets the size of the content binary
setSourceContentReferenceHandler(ContentReferenceHandler) - Method in class org.gytheio.content.AbstractContentWorker
Sets the content reference handler to be used for retrieving the source content to be worked on.
setTransferCheckPeriodMs(long) - Method in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
Sets the interval to check for transfer
setTransferCheckTimeoutMs(long) - Method in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
Sets the transfer check timeout
setUri(String) - Method in class org.gytheio.content.ContentReference
Sets the URI for the content reference
setWaitForCompletion(boolean) - Method in class org.gytheio.util.exec.RuntimeExec
Set whether to wait for completion of the command or not.
sourceContentReferenceHandler - Variable in class org.gytheio.content.AbstractContentWorker
 
StableApi - Annotation Type in org.gytheio.api
This annotation is used to denote a class or method as part of the set of stable, unchanging elements.
SYSTEM_KEY_TEMP_DIR - Static variable in class org.gytheio.content.file.TempFileProvider
the system property key giving us the location of the temp directory

T

TempFileProvider - Class in org.gytheio.content.file
A helper class that provides temporary files, providing a common point to clean them up.
TempFileProvider() - Constructor for class org.gytheio.content.file.TempFileProvider
Static class only
tika - Variable in class org.gytheio.content.mediatype.FileMediaTypeServiceImpl
 
tikaConfig - Variable in class org.gytheio.content.mediatype.FileMediaTypeServiceImpl
 
TO_STR_DEL - Static variable in class org.gytheio.util.BeanUtils
 
TO_STR_KEY_VAL - Static variable in class org.gytheio.util.BeanUtils
 
TO_STR_OBJ_END - Static variable in class org.gytheio.util.BeanUtils
 
TO_STR_OBJ_START - Static variable in class org.gytheio.util.BeanUtils
 
TO_STR_SET_END - Static variable in class org.gytheio.util.BeanUtils
 
TO_STR_SET_START - Static variable in class org.gytheio.util.BeanUtils
 
toString() - Method in class org.gytheio.content.file.FileProviderImpl
 
toString() - Method in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
 
toString(Object) - Static method in class org.gytheio.util.BeanUtils
Builds the JSON toString of the given object through methods annotated with ToStringProperty.
toString() - Method in class org.gytheio.util.exec.ExecParameterTokenizer.QuotedSubstring
 
toString() - Method in class org.gytheio.util.exec.ExecParameterTokenizer.UnquotedSubstring
 
toString() - Method in class org.gytheio.util.exec.RuntimeExec.ExecutionResult
 
toString() - Method in class org.gytheio.util.exec.RuntimeExec
 
toString() - Method in class org.gytheio.util.Pair
 
ToStringProperty - Annotation Type in org.gytheio.util
Annotation to indicate that a method should be included in toString

U

URI_SCHEME_FILE - Static variable in class org.gytheio.content.handler.FileContentReferenceHandlerImpl
 

V

valueOf(String) - Static method in enum org.gytheio.content.mediatype.FileMediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gytheio.util.EqualsHelper.MapValueComparison
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gytheio.content.mediatype.FileMediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gytheio.util.EqualsHelper.MapValueComparison
Returns an array containing the constants of this enum type, in the order they are declared.
versionDetailsString - Variable in class org.gytheio.content.AbstractContentWorker
 
versionString - Variable in class org.gytheio.content.AbstractContentWorker
 

W

waitForAvailability - Variable in class org.gytheio.content.handler.AbstractUrlContentReferenceHandler
 
waitForCompletion() - Method in class org.gytheio.util.exec.RuntimeExec.InputStreamReaderThread
Waits for the run to complete.
A B C D E F G H I K L M N O P R S T U V W 

Copyright © 2018 Alfresco Software. All rights reserved.