diff --git a/.gitignore b/.gitignore index 99a9bbaa..ac7009e4 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ local.properties # Intellij *.iml .idea/ + +releases \ No newline at end of file diff --git a/README.md b/README.md index efa0235a..39e6eba3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ## Install ``` -implementation 'com.filestack:filestack-java:0.9.0' +implementation 'org.filestack:filestack-java:0.9.0' ``` ## Upload diff --git a/build.gradle b/build.gradle index 1cf4b864..0fa39d8d 100644 --- a/build.gradle +++ b/build.gradle @@ -2,6 +2,9 @@ buildscript { ext.kotlin_version = '1.2.71' repositories { mavenCentral() + maven { + url 'https://plugins.gradle.org/m2/' + } } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" @@ -9,9 +12,12 @@ buildscript { } } + plugins { id 'com.github.kt3k.coveralls' version '2.6.3' - id 'com.jfrog.bintray' version '1.8.4' + id 'java' + id 'maven-publish' + id 'signing' } apply plugin: 'checkstyle' @@ -21,8 +27,10 @@ apply plugin: 'java-library' apply plugin: 'de.fuerstenau.buildconfig' apply plugin: 'maven' apply plugin: 'maven-publish' +apply plugin: 'java' +apply plugin: 'signing' -group = 'com.filestack' +group = 'org.filestack' sourceCompatibility = 1.7 version = file(new File('VERSION')).text.trim() // Get version string from VERSION text file @@ -59,17 +67,6 @@ javadoc { options.optionFiles(new File('./config/javadoc/javadoc.txt')) } -// Publications define artifacts to upload to Bintray -publishing { - publications { - Maven(MavenPublication) { - from components.java - artifact sourcesJar - artifact javadocJar - } - } -} - repositories { jcenter() } @@ -91,39 +88,6 @@ tasks.withType(Test) { // Put unit and integration test reports in separate dire reports.html.destination = file("${reporting.baseDir}/${name}") } -// *************************************** Plugin Config ****************************************** - -bintray { - user = project.hasProperty('bintrayUser') ? project.property('bintrayUser') - : System.getenv('BINTRAY_USER') - key = project.hasProperty('bintrayApiKey') ? project.property('bintrayApiKey') - : System.getenv('BINTRAY_API_KEY') - publications = ['Maven'] - publish = true - pkg { - repo = 'maven' - userOrg = 'filestack' - name = 'filestack-java' - desc = 'Official Java SDK for Filestack.' - - publicDownloadNumbers = true - licenses = ['Apache-2.0'] - - websiteUrl = 'https://filestack.com' - vcsUrl = 'https://github.com/filestack/filestack-java.git' - issueTrackerUrl = 'https://github.com/filestack/filestack-java/issues' - - githubRepo = 'filestack/filestack-java' - githubReleaseNotesFile = 'CHANGELOG.md' - - version { - name = project.version - vcsTag = project.version - released = new Date() - } - } -} - checkstyle { toolVersion '8.1' } @@ -139,4 +103,52 @@ compileTestKotlin { kotlinOptions { jvmTarget = "1.8" } -} \ No newline at end of file +} + +publishing { + publications { + filestackJava(MavenPublication) { + groupId = 'org.filestack' + artifactId = 'filestack-java' + version = file(new File('VERSION')).text.trim() + from components.java + artifact sourcesJar + artifact javadocJar + + pom { + name = 'filestack-java' + description = 'filestack-java' + url = 'https://github.com/filestack/filestack-java' + inceptionYear = '2017' + licenses { + license { + name = 'Apache-2.0' + url = 'https://opensource.org/license/apache-2-0' + } + } + developers { + developer { + id = 'filestack' + name = 'Filestack' + email = 'dev@filestack.com' + } + } + scm { + connection = 'scm:git:git:github.com/filestack/filestack-java.git' + developerConnection = 'scm:git:ssh://github.com/filestack/filestack-java.git' + url = 'https://github.com/filestack/filestack-java' + } + } + } + } + repositories { + maven { + url = layout.projectDirectory.dir('releases') + } + } +} + +signing { + useGpgCmd() + sign publishing.publications.filestackJava +} diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index 2a36f1f5..84c396f9 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -11,111 +11,113 @@

All Classes

diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index b6265acd..554e7794 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -11,111 +11,113 @@

All Classes

diff --git a/docs/com/filestack/FileLink.Builder.html b/docs/com/filestack/FileLink.Builder.html deleted file mode 100644 index fb8aab20..00000000 --- a/docs/com/filestack/FileLink.Builder.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - -FileLink.Builder (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack
-

Class FileLink.Builder

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/FilestackClient.Builder.html b/docs/com/filestack/FilestackClient.Builder.html deleted file mode 100644 index 5f95d735..00000000 --- a/docs/com/filestack/FilestackClient.Builder.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - -FilestackClient.Builder (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack
-

Class FilestackClient.Builder

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/FilestackClient.html b/docs/com/filestack/FilestackClient.html deleted file mode 100644 index e13fb966..00000000 --- a/docs/com/filestack/FilestackClient.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -FilestackClient (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack
-

Class FilestackClient

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/Security.html b/docs/com/filestack/Security.html deleted file mode 100644 index 0991687f..00000000 --- a/docs/com/filestack/Security.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -Security (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack
-

Class Security

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/UploadOptions.Builder.html b/docs/com/filestack/UploadOptions.Builder.html deleted file mode 100644 index 5a8a1da7..00000000 --- a/docs/com/filestack/UploadOptions.Builder.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - -UploadOptions.Builder (filestack-java 0.1.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack
-

Class UploadOptions.Builder

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/errors/FilestackException.html b/docs/com/filestack/errors/FilestackException.html deleted file mode 100644 index 6485a53e..00000000 --- a/docs/com/filestack/errors/FilestackException.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -FilestackException (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.errors
-

Class FilestackException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/errors/FilestackRuntimeException.html b/docs/com/filestack/errors/FilestackRuntimeException.html deleted file mode 100644 index 1f1ce1e6..00000000 --- a/docs/com/filestack/errors/FilestackRuntimeException.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - -FilestackRuntimeException (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.errors
-

Class FilestackRuntimeException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/errors/InternalException.html b/docs/com/filestack/errors/InternalException.html deleted file mode 100644 index 3d52a48a..00000000 --- a/docs/com/filestack/errors/InternalException.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - -InternalException (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.errors
-

Class InternalException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/errors/InvalidArgumentException.html b/docs/com/filestack/errors/InvalidArgumentException.html deleted file mode 100644 index dfc7a1dc..00000000 --- a/docs/com/filestack/errors/InvalidArgumentException.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - -InvalidArgumentException (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.errors
-

Class InvalidArgumentException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/errors/InvalidParameterException.html b/docs/com/filestack/errors/InvalidParameterException.html deleted file mode 100644 index d31fa664..00000000 --- a/docs/com/filestack/errors/InvalidParameterException.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - -InvalidParameterException (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.errors
-

Class InvalidParameterException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/errors/PolicySignatureException.html b/docs/com/filestack/errors/PolicySignatureException.html deleted file mode 100644 index b529200d..00000000 --- a/docs/com/filestack/errors/PolicySignatureException.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - -PolicySignatureException (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.errors
-

Class PolicySignatureException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/errors/ResourceNotFoundException.html b/docs/com/filestack/errors/ResourceNotFoundException.html deleted file mode 100644 index 49a2e9a6..00000000 --- a/docs/com/filestack/errors/ResourceNotFoundException.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - -ResourceNotFoundException (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.errors
-

Class ResourceNotFoundException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/errors/ValidationException.html b/docs/com/filestack/errors/ValidationException.html deleted file mode 100644 index 4072fc45..00000000 --- a/docs/com/filestack/errors/ValidationException.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - -ValidationException (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.errors
-

Class ValidationException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/errors/package-frame.html b/docs/com/filestack/errors/package-frame.html deleted file mode 100644 index a8e6636f..00000000 --- a/docs/com/filestack/errors/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -com.filestack.errors (filestack-java 0.3.0 API) - - - - -

com.filestack.errors

-
-

Exceptions

- -
- - diff --git a/docs/com/filestack/errors/package-summary.html b/docs/com/filestack/errors/package-summary.html deleted file mode 100644 index 7dd5b015..00000000 --- a/docs/com/filestack/errors/package-summary.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - -com.filestack.errors (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Package com.filestack.errors

-
-
Custom exceptions for Filestack operations.
-
-

See: Description

-
-
- - - - -

Package com.filestack.errors Description

-
Custom exceptions for Filestack operations.
-
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/errors/package-tree.html b/docs/com/filestack/errors/package-tree.html deleted file mode 100644 index 5ab895ab..00000000 --- a/docs/com/filestack/errors/package-tree.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - -com.filestack.errors Class Hierarchy (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Hierarchy For Package com.filestack.errors

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/internal/HeaderInterceptor.html b/docs/com/filestack/internal/HeaderInterceptor.html deleted file mode 100644 index 71186bb9..00000000 --- a/docs/com/filestack/internal/HeaderInterceptor.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -HeaderInterceptor (filestack-java 0.9.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.internal
-

Class HeaderInterceptor

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/package-frame.html b/docs/com/filestack/package-frame.html deleted file mode 100644 index b917ab25..00000000 --- a/docs/com/filestack/package-frame.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - -com.filestack (filestack-java 0.9.0 API) - - - - -

com.filestack

-
-

Classes

- -

Exceptions

- -
- - diff --git a/docs/com/filestack/responses/CompleteResponse.html b/docs/com/filestack/responses/CompleteResponse.html deleted file mode 100644 index 338e8890..00000000 --- a/docs/com/filestack/responses/CompleteResponse.html +++ /dev/null @@ -1,321 +0,0 @@ - - - - - -CompleteResponse (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.responses
-

Class CompleteResponse

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/responses/ImageTagResponse.html b/docs/com/filestack/responses/ImageTagResponse.html deleted file mode 100644 index 42a57975..00000000 --- a/docs/com/filestack/responses/ImageTagResponse.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - -ImageTagResponse (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.responses
-

Class ImageTagResponse

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/responses/StartResponse.html b/docs/com/filestack/responses/StartResponse.html deleted file mode 100644 index 3cd8f4d6..00000000 --- a/docs/com/filestack/responses/StartResponse.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - -StartResponse (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.responses
-

Class StartResponse

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/responses/StoreResponse.html b/docs/com/filestack/responses/StoreResponse.html deleted file mode 100644 index 8600eaee..00000000 --- a/docs/com/filestack/responses/StoreResponse.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - -StoreResponse (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.responses
-

Class StoreResponse

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/responses/package-frame.html b/docs/com/filestack/responses/package-frame.html deleted file mode 100644 index f60cc879..00000000 --- a/docs/com/filestack/responses/package-frame.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - -com.filestack.responses (filestack-java 0.3.0 API) - - - - -

com.filestack.responses

-
-

Classes

- -
- - diff --git a/docs/com/filestack/transforms/tasks/StoreOptions.Builder.html b/docs/com/filestack/transforms/tasks/StoreOptions.Builder.html deleted file mode 100644 index 700097a0..00000000 --- a/docs/com/filestack/transforms/tasks/StoreOptions.Builder.html +++ /dev/null @@ -1,363 +0,0 @@ - - - - - -StoreOptions.Builder (filestack-java 0.1.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.transforms.tasks
-

Class StoreOptions.Builder

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/transforms/tasks/StoreOptions.html b/docs/com/filestack/transforms/tasks/StoreOptions.html deleted file mode 100644 index b300ab81..00000000 --- a/docs/com/filestack/transforms/tasks/StoreOptions.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - -StoreOptions (filestack-java 0.1.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.transforms.tasks
-

Class StoreOptions

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/transforms/tasks/package-frame.html b/docs/com/filestack/transforms/tasks/package-frame.html deleted file mode 100644 index 61a9b1f4..00000000 --- a/docs/com/filestack/transforms/tasks/package-frame.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - -com.filestack.transforms.tasks (filestack-java 0.9.0 API) - - - - -

com.filestack.transforms.tasks

-
-

Classes

- -
- - diff --git a/docs/com/filestack/transforms/tasks/package-tree.html b/docs/com/filestack/transforms/tasks/package-tree.html deleted file mode 100644 index 2b6d467d..00000000 --- a/docs/com/filestack/transforms/tasks/package-tree.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - -com.filestack.transforms.tasks Class Hierarchy (filestack-java 0.9.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Hierarchy For Package com.filestack.transforms.tasks

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/FilestackService.html b/docs/com/filestack/util/FilestackService.html deleted file mode 100644 index cd5475a7..00000000 --- a/docs/com/filestack/util/FilestackService.html +++ /dev/null @@ -1,436 +0,0 @@ - - - - - -FilestackService (filestack-java 0.1.0 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Interface FilestackService

-
-
-
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/FilestackUploadService.html b/docs/com/filestack/util/FilestackUploadService.html deleted file mode 100644 index 3c53edaf..00000000 --- a/docs/com/filestack/util/FilestackUploadService.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - -FilestackUploadService (filestack-java 0.1.0 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Interface FilestackUploadService

-
-
-
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/FsApiService.html b/docs/com/filestack/util/FsApiService.html deleted file mode 100644 index 32cf8e75..00000000 --- a/docs/com/filestack/util/FsApiService.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - -FsApiService (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Interface FsApiService

-
-
-
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/FsCdnService.html b/docs/com/filestack/util/FsCdnService.html deleted file mode 100644 index 6e3fc62d..00000000 --- a/docs/com/filestack/util/FsCdnService.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - -FsCdnService (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Interface FsCdnService

-
-
-
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/FsService.html b/docs/com/filestack/util/FsService.html deleted file mode 100644 index 5236b7e4..00000000 --- a/docs/com/filestack/util/FsService.html +++ /dev/null @@ -1,588 +0,0 @@ - - - - - -FsService (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Class FsService

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/FsUploadService.html b/docs/com/filestack/util/FsUploadService.html deleted file mode 100644 index 2f3bd6d2..00000000 --- a/docs/com/filestack/util/FsUploadService.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - -FsUploadService (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Interface FsUploadService

-
-
-
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/HeaderInterceptor.html b/docs/com/filestack/util/HeaderInterceptor.html deleted file mode 100644 index 09bcbb8a..00000000 --- a/docs/com/filestack/util/HeaderInterceptor.html +++ /dev/null @@ -1,371 +0,0 @@ - - - - - -HeaderInterceptor (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Class HeaderInterceptor

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/Networking.html b/docs/com/filestack/util/Networking.html deleted file mode 100644 index f344ba3f..00000000 --- a/docs/com/filestack/util/Networking.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -Networking (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Class Networking

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/ProgMapFunc.html b/docs/com/filestack/util/ProgMapFunc.html deleted file mode 100644 index a798b7e4..00000000 --- a/docs/com/filestack/util/ProgMapFunc.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - -ProgMapFunc (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Class ProgMapFunc

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/RetryNetworkFunc.html b/docs/com/filestack/util/RetryNetworkFunc.html deleted file mode 100644 index 9c06f748..00000000 --- a/docs/com/filestack/util/RetryNetworkFunc.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - -RetryNetworkFunc (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Class RetryNetworkFunc<T>

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/Upload.html b/docs/com/filestack/util/Upload.html deleted file mode 100644 index a5f8d39d..00000000 --- a/docs/com/filestack/util/Upload.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - -Upload (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Class Upload

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/UploadCompleteFunc.html b/docs/com/filestack/util/UploadCompleteFunc.html deleted file mode 100644 index 9b15ca79..00000000 --- a/docs/com/filestack/util/UploadCompleteFunc.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - -UploadCompleteFunc (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Class UploadCompleteFunc

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/UploadTransferFunc.html b/docs/com/filestack/util/UploadTransferFunc.html deleted file mode 100644 index e6ae56d0..00000000 --- a/docs/com/filestack/util/UploadTransferFunc.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - -UploadTransferFunc (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Class UploadTransferFunc

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/Util.html b/docs/com/filestack/util/Util.html deleted file mode 100644 index 2174d1ec..00000000 --- a/docs/com/filestack/util/Util.html +++ /dev/null @@ -1,440 +0,0 @@ - - - - - -Util (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
com.filestack.util
-

Class Util

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/package-frame.html b/docs/com/filestack/util/package-frame.html deleted file mode 100644 index 6c0515fd..00000000 --- a/docs/com/filestack/util/package-frame.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - -com.filestack.util (filestack-java 0.3.0 API) - - - - -

com.filestack.util

-
-

Interfaces

- -

Classes

- -
- - diff --git a/docs/com/filestack/util/package-summary.html b/docs/com/filestack/util/package-summary.html deleted file mode 100644 index 0e19ffcf..00000000 --- a/docs/com/filestack/util/package-summary.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - -com.filestack.util (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Package com.filestack.util

-
-
Internal and utility classes.
-
-

See: Description

-
-
- - - - -

Package com.filestack.util Description

-
Internal and utility classes.
-
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/com/filestack/util/package-tree.html b/docs/com/filestack/util/package-tree.html deleted file mode 100644 index 259eecfc..00000000 --- a/docs/com/filestack/util/package-tree.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -com.filestack.util Class Hierarchy (filestack-java 0.3.0 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Hierarchy For Package com.filestack.util

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/constant-values.html b/docs/constant-values.html index 07c08bb9..eb22db51 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -71,17 +71,18 @@

Constant Field Values

Contents

-
+
-

com.filestack.*

+

de.fuerstenau.*

+ + + +

org.filestack.*

+ + +
@@ -132,7 +132,7 @@

Constructor Summary

Constructor and Description -Builder()  +Builder()  @@ -150,62 +150,62 @@

Method Summary

Method and Description -Policy -build(java.lang.String appSecret) +Policy +build(java.lang.String appSecret)
Encodes the json policy and signs it using the app secret.
-Policy.Builder -calls(java.lang.String... calls) +Policy.Builder +calls(java.lang.String... calls)
Add a call that this policy is allowed to make.
-Policy.Builder -container(java.lang.String container) +Policy.Builder +container(java.lang.String container)
Restrict containers a file can be uploaded to.
-Policy.Builder -expiry(java.lang.Long expiry) +Policy.Builder +expiry(java.lang.Long expiry)
Set when the policy will expire.
-Policy.Builder -giveFullAccess() +Policy.Builder +giveFullAccess()
Give the policy full access and a one year expiry.
-Policy.Builder -handle(java.lang.String handle) +Policy.Builder +handle(java.lang.String handle)
Restrict access to a single file handle for all calls that act on a specific handle.
-Policy.Builder -maxSize(java.lang.Integer maxSize) +Policy.Builder +maxSize(java.lang.Integer maxSize)
Set the max file size in bytes that can be uploaded.
-Policy.Builder -minSize(java.lang.Integer minSize) +Policy.Builder +minSize(java.lang.Integer minSize)
Set the min file size in bytes that can be uploaded.
-Policy.Builder -path(java.lang.String path) +Policy.Builder +path(java.lang.String path)
Restrict paths a file can be uploaded to.
-Policy.Builder -url(java.lang.String regex) +Policy.Builder +url(java.lang.String regex)
Restrict external transformations to certain URLs.
@@ -254,7 +254,7 @@

Method Detail