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

C

CHAR_NOT_FOUND - Static variable in class org.gcube.contentmanagement.baselayer.BaseLayerUtils
Constant that represents that a character has not been found inside a String.
close() - Method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal.BufferedGFALInputStream
 
close() - Method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.gfal.BufferedGFALOutputStream
 
close() - Method in class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionInputStream
close() - Method in class org.gcube.contentmanagement.baselayer.streamutils.FinishingActionOutputStream
CoGFTPContentManager - Class in org.gcube.contentmanagement.baselayer.networkFileTransfer
This class provides the functionallity to retrieve and store files via FTP.
CoGFTPContentManager(String) - Constructor for class org.gcube.contentmanagement.baselayer.networkFileTransfer.CoGFTPContentManager
Constructs a new manager for a particular URL
CommonsHTTPClientPseudeContentManager - Class in org.gcube.contentmanagement.baselayer.networkFileTransfer
This class provides the basic functionallity to retrieve files via HTTP(S).
CommonsHTTPClientPseudeContentManager(String) - Constructor for class org.gcube.contentmanagement.baselayer.networkFileTransfer.CommonsHTTPClientPseudeContentManager
Constructs a new manager for a particular URL
consumeHint(String, BasicStorageHints) - Static method in class org.gcube.contentmanagement.baselayer.BaseLayerUtils
Checks if a hint has been set and if so, if the value corresponds to the boolean true
containsDownloadCredentials(BasicStorageHints) - Static method in class org.gcube.contentmanagement.baselayer.BaseLayerUtils
Returns whether the hints define download credentials such as username and/or password
CONTENT_LENGHT - Static variable in class org.gcube.contentmanagement.util.remotefile.protocols.url.http.HTTPCommunicator.HTTPHeader
The Constant CONTENT_LENGHT.
CONTENT_MD5 - Static variable in class org.gcube.contentmanagement.util.remotefile.protocols.url.http.HTTPCommunicator.HTTPHeader
The Constant CONTENT_MD5.
CONTENT_TYPE - Static variable in class org.gcube.contentmanagement.util.remotefile.protocols.url.http.HTTPCommunicator.HTTPHeader
The Constant CONTENT_TYPE.
convertHintToBoolean(String, String) - Static method in class org.gcube.contentmanagement.baselayer.BaseLayerUtils
Convenience method to convert the string value of a hint into a boolean value with proper (explicite) failure handling instead of runtime exceptions.
convertHintToDouble(String, String) - Static method in class org.gcube.contentmanagement.baselayer.BaseLayerUtils
Convenience method to convert the string value of a hint into a double value with proper (explicite) failure handling instead of runtime exceptions.
convertHintToFloat(String, String) - Static method in class org.gcube.contentmanagement.baselayer.BaseLayerUtils
Convenience method to convert the string value of a hint into a float value with proper (explicite) failure handling instead of runtime exceptions.
convertHintToInteger(String, String) - Static method in class org.gcube.contentmanagement.baselayer.BaseLayerUtils
Convenience method to convert the string value of a hint into an integer value with proper (explicite) failure handling instead of runtime exceptions.
convertHintToLong(String, String) - Static method in class org.gcube.contentmanagement.baselayer.BaseLayerUtils
Convenience method to convert the string value of a hint into a long value with proper (explicite) failure handling instead of runtime exceptions.
copy(File, File) - Static method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.StreamUtils
 
copy(InputStream, OutputStream, long, long) - Static method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.StreamUtils
 
copy(InputStream, OutputStream, long) - Static method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.StreamUtils
 
copy(InputStream, OutputStream) - Static method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.StreamUtils
 
copy(Reader, Writer, int) - Static method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.StreamUtils
 
copy(File, File) - Static method in class org.gcube.contentmanagement.util.stream.StreamUtils
Copy.
copy(InputStream, OutputStream, long, long) - Static method in class org.gcube.contentmanagement.util.stream.StreamUtils
Copy.
copy(InputStream, OutputStream, long) - Static method in class org.gcube.contentmanagement.util.stream.StreamUtils
Copy.
copy(InputStream, OutputStream) - Static method in class org.gcube.contentmanagement.util.stream.StreamUtils
Copy.
copy(Reader, Writer, int) - Static method in class org.gcube.contentmanagement.util.stream.StreamUtils
Copy.
copyBytes(BaseLayerStream, ByteArrayOutputStream) - Static method in class org.gcube.contentmanagement.baselayer.inMessageImpl.InMemoryContentStream
Copies all bytes of a stream to the in memory stream, thus caches the content
copyFromFile(File, OutputStream) - Static method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.StreamUtils
 
copyFromFile(File, OutputStream) - Static method in class org.gcube.contentmanagement.util.stream.StreamUtils
Copy from file.
copyToFile(InputStream, File) - Static method in class org.gcube.contentmanagement.baselayer.networkFileTransfer.StreamUtils
 
copyToFile(InputStream, File) - Static method in class org.gcube.contentmanagement.util.stream.StreamUtils
Copy to file.
CountExceedsActionInputStream - Class in org.gcube.contentmanagement.baselayer.streamutils
This class defines an FinishingActionStreamInputStream, where in addition, also an Action is triggered everytime the count of read or skipped bytes exceeds a defined value.
CountExceedsActionInputStream(InputStream, FinishingAction, long, FinishingAction) - Constructor for class org.gcube.contentmanagement.baselayer.streamutils.CountExceedsActionInputStream
Constructs a new stream
CountExceedsActionOutputStream - Class in org.gcube.contentmanagement.baselayer.streamutils
This class defines an FinishingActionStreamOutputStream, where in addition, also an Action is triggered everytime the count of written bytes exceeds a defined value.
CountExceedsActionOutputStream(OutputStream, FinishingAction, long, FinishingAction) - Constructor for class org.gcube.contentmanagement.baselayer.streamutils.CountExceedsActionOutputStream
Constructs a new stream
CountExceedsStream - Interface in org.gcube.contentmanagement.baselayer.streamutils
This class defines an FinishingActionStream, where in addition, also an Action is triggered everytime the count of read or written or skipped bytes exceeds a defined value.
countReferences(String, boolean, String, String) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Counts the references of an object
countReferences(String, boolean, String, String) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Counts the references of an object
countReferences(String, boolean, String, String) - Static method in class org.gcube.contentmanagement.storagelayer.StorageManager
Counts the references of an object
createAppender(LoggingConfigurator.Category, File) - Method in class org.gcube.contentmanagement.util.logging.LoggingConfigurator
Creates the appender.
createInfoObject(String, String, BasicStorageHints) - Method in class org.gcube.contentmanagement.baselayer.rdbmsImpl.GenericJDBCDatabase
Creates a new information object
createInfoObject(String, String, BasicStorageHints) - Method in interface org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
Creates a new information object
createInfoObject(String, String, BasicStorageHints) - Static method in class org.gcube.contentmanagement.storagelayer.StorageManager
Creates a new information object.

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