Package | Description |
---|---|
org.jets3t.apps.cockpit.gui |
Provides the main GUI components (dialogs and panels) for Cockpit.
|
org.jets3t.service.model |
Provides objects that model entities in S3 such as objects, buckets and owners.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AccessControlDialog.initData(BaseStorageItem[] s3Items,
AccessControlList accessControlList)
Initialises the dialog with access control information for the given S3 items (bucket or objects)
|
static AccessControlList |
AccessControlDialog.showDialog(Frame owner,
BaseStorageItem[] s3Items,
AccessControlList accessControlList,
HyperlinkActivatedListener hyperlinkListener)
Displays the dialog box and waits until the user applies their changes or cancels the dialog.
|
Modifier and Type | Class and Description |
---|---|
class |
GSBucket
Represents a bucket in the Google Storage service.
|
class |
GSObject
A Google Storage object.
|
class |
MissingStorageObject |
class |
S3Bucket
Represents an S3 bucket.
|
class |
S3Object
An S3 object.
|
class |
StorageBucket
A generic storage bucket.
|
class |
StorageObject
A generic storage object.
|
class |
ThrowableBearingStorageObject
A perverted StorageObject subclass intended to error information along
with basic object data through the existing JetS3t "plumbing", such as
for cases where we need to return error information from low level
methods without failing an operation by throwing an exception.
|
Copyright © 2006–2018. All rights reserved.