- getAwsAccessKey() - Method in class ninja.Storage
-
Returns the used AWS access key.
- getAwsSecretKey() - Method in class ninja.Storage
-
Returns the AWS secret key used to verify hashes.
- getBaseDir() - Method in class ninja.Storage
-
- getBasePath() - Method in class ninja.Storage
-
Returns the base directory as string.
- getBucket(String) - Method in class ninja.Storage
-
Returns a bucket with the given name
- getBuckets() - Method in class ninja.Storage
-
Enumerates all known buckets.
- getCSS() - Method in class ninja.APILog.Entry
-
Helper method which returns a bootstrap css class based on the result of the call
- getDescription() - Method in class ninja.APILog.Entry
-
Returns a description of the call
- getDuration() - Method in class ninja.APILog.Entry
-
Returns the duration of the call
- getEntries(int, int) - Method in class ninja.APILog
-
Returns a sublist of the stored entries, starting at start returning at most count items.
- getFile() - Method in class ninja.Bucket
-
Returns the underlying directory as File.
- getFile() - Method in class ninja.StoredObject
-
Returns the underlying file
- getFunction() - Method in class ninja.APILog.Entry
-
Returns the method or function which was called.
- getLastModified() - Method in class ninja.StoredObject
-
Returns the last modified date of the object
- getLastModifiedInstant() - Method in class ninja.StoredObject
-
- getName() - Method in class ninja.Bucket
-
Returns the name of the bucket.
- getName() - Method in class ninja.StoredObject
-
Returns the name of the object.
- getObject(String) - Method in class ninja.Bucket
-
Returns the child object with the given id.
- getObjects() - Method in class ninja.Bucket
-
Returns a list of all stored objects
- getProperties() - Method in class ninja.StoredObject
-
Returns all properties stored along with the object.
- getPropertiesFile() - Method in class ninja.StoredObject
-
Returns the file used to store the properties and meta headers.
- getResult() - Method in class ninja.APILog.Entry
-
Returns the outcome (one of Result.name()) of the call
- getSize() - Method in class ninja.StoredObject
-
Returns the size of the object.
- getTod() - Method in class ninja.APILog.Entry
-
Returns a timestamp of the call