C D F G I J L M N P R S U V W 

C

Client - Class in io.packagecloud.client
 
Client(Credentials) - Constructor for class io.packagecloud.client.Client
 
Client(Credentials, Connection) - Constructor for class io.packagecloud.client.Client
 
Client - Interface in io.packagecloud.client.interfaces
 
Connection - Class in io.packagecloud.client
Connection, used to manage host/scheme/port configuration
Connection(String, Integer, String) - Constructor for class io.packagecloud.client.Connection
Instantiates a new Connection.
Connection() - Constructor for class io.packagecloud.client.Connection
Instantiates a new Connection.
Contents - Class in io.packagecloud.client
JSON class for Contents response
Contents() - Constructor for class io.packagecloud.client.Contents
 
Credentials - Class in io.packagecloud.client
Credentials, used to manage username/token combinations.
Credentials(String, String) - Constructor for class io.packagecloud.client.Credentials
Instantiates a new Credentials.
Credentials - Interface in io.packagecloud.client.interfaces
The interface for Credentials

D

deb - Variable in class io.packagecloud.client.Distributions
 
displayName - Variable in class io.packagecloud.client.Distribution
 
displayName - Variable in class io.packagecloud.client.Version
 
Distribution - Class in io.packagecloud.client
JSON class for Distribution items in Distributions response
Distribution() - Constructor for class io.packagecloud.client.Distribution
 
Distributions - Class in io.packagecloud.client
JSON class for Distributions Response
Distributions() - Constructor for class io.packagecloud.client.Distributions
 
dsc - Variable in class io.packagecloud.client.Distributions
 

F

File - Class in io.packagecloud.client
JSON class for File
File() - Constructor for class io.packagecloud.client.File
 
filename - Variable in class io.packagecloud.client.File
 
files - Variable in class io.packagecloud.client.Contents
 
format(LogRecord) - Method in class io.packagecloud.client.LogFormatter
 
fromFile(File, String) - Static method in class io.packagecloud.client.Package
Get Package from a java.io.File
fromFile(File, String, Integer) - Static method in class io.packagecloud.client.Package
Get Package from a java.io.File

G

getClient() - Method in class io.packagecloud.client.PackageCloud
 
getCredentials() - Method in class io.packagecloud.client.Client
 
getDistributions() - Method in class io.packagecloud.client.Client
 
getDistributions() - Method in interface io.packagecloud.client.interfaces.Client
Gets all distributions.
getDistributions() - Method in class io.packagecloud.client.PackageCloud
Gets available distributions, see the distributions/index api docs.
getDistroVersionId() - Method in class io.packagecloud.client.Package
Gets distro version id.
getFilename() - Method in class io.packagecloud.client.Package
Gets filename.
getFilestream() - Method in class io.packagecloud.client.Package
Gets filestream.
getHead(Handler) - Method in class io.packagecloud.client.LogFormatter
 
getHost() - Method in class io.packagecloud.client.Connection
Gets host.
getLogger() - Static method in class io.packagecloud.client.LoggerProvider
Get the logger.
getPort() - Method in class io.packagecloud.client.Connection
Gets port.
getRepository() - Method in class io.packagecloud.client.Package
Gets repository.
getResponse() - Method in interface io.packagecloud.client.interfaces.Result
 
getResponse() - Method in class io.packagecloud.client.Result
 
getScheme() - Method in class io.packagecloud.client.Connection
Gets scheme.
getSourceFiles() - Method in class io.packagecloud.client.Package
Gets source files.
getSupportedExtensions() - Static method in class io.packagecloud.client.Package
Get supported extensions.
getTail(Handler) - Method in class io.packagecloud.client.LogFormatter
 
getTargetHost() - Method in class io.packagecloud.client.Client
 
getToken() - Method in class io.packagecloud.client.Client
 
getToken() - Method in class io.packagecloud.client.Credentials
 
getToken() - Method in interface io.packagecloud.client.interfaces.Credentials
Gets token.
getTokenForLogging() - Method in class io.packagecloud.client.Credentials
 
getUsername() - Method in class io.packagecloud.client.Client
 
getUsername() - Method in class io.packagecloud.client.Credentials
 
getUsername() - Method in interface io.packagecloud.client.interfaces.Credentials
Gets username.

I

id - Variable in class io.packagecloud.client.Version
 
indexName - Variable in class io.packagecloud.client.Distribution
 
indexName - Variable in class io.packagecloud.client.Version
 
io.packagecloud.client - package io.packagecloud.client
 
io.packagecloud.client.interfaces - package io.packagecloud.client.interfaces
 

J

jar - Variable in class io.packagecloud.client.Distributions
 

L

LogFormatter - Class in io.packagecloud.client
Our customized LogFormatter
LogFormatter() - Constructor for class io.packagecloud.client.LogFormatter
 
LoggerProvider - Class in io.packagecloud.client
Static class for getting Loggers
LoggerProvider() - Constructor for class io.packagecloud.client.LoggerProvider
 

M

md5sum - Variable in class io.packagecloud.client.File
 

N

node - Variable in class io.packagecloud.client.Distributions
 

P

Package - Class in io.packagecloud.client
The type Package.
Package(String, InputStream, String) - Constructor for class io.packagecloud.client.Package
Instantiates a new Package.
Package(String, InputStream, String, Integer) - Constructor for class io.packagecloud.client.Package
Instantiates a new Package.
Package(String, byte[], String, Integer) - Constructor for class io.packagecloud.client.Package
Instantiates a new Package.
Package(String, byte[], String) - Constructor for class io.packagecloud.client.Package
Instantiates a new Package.
Package(String, byte[], String, Integer, Map<String, InputStream>) - Constructor for class io.packagecloud.client.Package
Instantiates a new Package.
Package(String, InputStream, String, Integer, Map<String, InputStream>) - Constructor for class io.packagecloud.client.Package
Instantiates a new Package.
PackageCloud - Class in io.packagecloud.client
The main PackageCloud class, delegates calls to a configured Client
PackageCloud(Client) - Constructor for class io.packagecloud.client.PackageCloud
Instantiates a new PackageCloud object
packageContents(InputStream, String, String, Integer) - Method in class io.packagecloud.client.Client
 
packageContents(InputStream, String, String, Integer) - Method in interface io.packagecloud.client.interfaces.Client
Gets the contents of a package
packageContents(Package) - Method in class io.packagecloud.client.PackageCloud
Package contents.
ProgressListener - Interface in io.packagecloud.client.interfaces
 
ProgressMonitor - Class in io.packagecloud.client
 
ProgressMonitor(HttpEntity, ProgressListener, String) - Constructor for class io.packagecloud.client.ProgressMonitor
 
ProgressOutputStream - Class in io.packagecloud.client
 
ProgressOutputStream(OutputStream, ProgressListener, String) - Constructor for class io.packagecloud.client.ProgressOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
putPackage(InputStream, String, String, Integer, Map<String, InputStream>) - Method in class io.packagecloud.client.Client
 
putPackage(InputStream, String, String, String, Integer, Map<String, InputStream>) - Method in class io.packagecloud.client.Client
 
putPackage(InputStream, String, String, String, Integer, Map<String, InputStream>) - Method in interface io.packagecloud.client.interfaces.Client
Put package.
putPackage(Package) - Method in class io.packagecloud.client.PackageCloud
Put package.
putPackage(Package, String) - Method in class io.packagecloud.client.PackageCloud
Put package to a shared repository.
py - Variable in class io.packagecloud.client.Distributions
 

R

Result - Interface in io.packagecloud.client.interfaces
 
Result - Class in io.packagecloud.client
 
Result(String) - Constructor for class io.packagecloud.client.Result
 
rpm - Variable in class io.packagecloud.client.Distributions
 

S

ServerErrorException - Exception in io.packagecloud.client
 
ServerErrorException() - Constructor for exception io.packagecloud.client.ServerErrorException
 
ServerErrorException(String) - Constructor for exception io.packagecloud.client.ServerErrorException
 
ServerErrorException(Throwable) - Constructor for exception io.packagecloud.client.ServerErrorException
 
ServerErrorException(String, Throwable) - Constructor for exception io.packagecloud.client.ServerErrorException
 
setFilename(String) - Method in class io.packagecloud.client.Package
Sets filename.
setProgressListener(ProgressListener) - Method in class io.packagecloud.client.Client
 
setSourceFiles(Map<String, InputStream>) - Method in class io.packagecloud.client.Package
Sets source files.
size - Variable in class io.packagecloud.client.File
 

U

UnauthorizedException - Exception in io.packagecloud.client
 
UnauthorizedException() - Constructor for exception io.packagecloud.client.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception io.packagecloud.client.UnauthorizedException
 
UnauthorizedException(Throwable) - Constructor for exception io.packagecloud.client.UnauthorizedException
 
UnauthorizedException(String, Throwable) - Constructor for exception io.packagecloud.client.UnauthorizedException
 
update(long, String) - Method in interface io.packagecloud.client.interfaces.ProgressListener
 

V

Version - Class in io.packagecloud.client
JSON class for Version items inside of Distribution
Version() - Constructor for class io.packagecloud.client.Version
 
versionNumber - Variable in class io.packagecloud.client.Version
 
versions - Variable in class io.packagecloud.client.Distribution
 

W

write(int) - Method in class io.packagecloud.client.ProgressOutputStream
 
write(byte[]) - Method in class io.packagecloud.client.ProgressOutputStream
 
write(byte[], int, int) - Method in class io.packagecloud.client.ProgressOutputStream
 
writeTo(OutputStream) - Method in class io.packagecloud.client.ProgressMonitor
 
C D F G I J L M N P R S U V W 

Copyright © 2014–2018. All rights reserved.