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

A

addLayoutComponent(Component, Object) - Method in class org.bounce.FormLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component) - Method in class org.bounce.FormLayout
Not used, components cannot be added without a constraint.

B

BOTTOM - Static variable in class org.bounce.FormConstraints
BOTTOM position

C

CANCEL_BUTTON - Variable in class org.bounce.net.DefaultAuthenticator
 
CENTER - Static variable in class org.bounce.FormConstraints
CENTER position
checkConstraint(Package) - Method in class org.pentaho.packageManagement.PackageConstraint
Check the target package against the constraint embodied in this PackageConstraint.
checkConstraint(PackageConstraint) - Method in class org.pentaho.packageManagement.PackageConstraint
Check the target package constraint against the constraint embodied in this package constraint.
checkConstraint(String, VersionPackageConstraint.VersionComparison, String) - Static method in class org.pentaho.packageManagement.VersionPackageConstraint
Evaluates the supplied constraint with respect to two supplied version numbers as strings.
checkConstraint(PackageConstraint) - Method in class org.pentaho.packageManagement.VersionPackageConstraint
Check the target package constraint against the constraint embodied in this package constraint.
checkConstraint(Package) - Method in class org.pentaho.packageManagement.VersionPackageConstraint
Check the target package against the constraint embodied in this PackageConstraint.
checkConstraint(String, VersionPackageConstraint.VersionComparison, String, VersionPackageConstraint.VersionComparison, String, boolean) - Static method in class org.pentaho.packageManagement.VersionRangePackageConstraint
 
checkConstraint(Package) - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
Check the target package against the constraint embodied in this PackageConstraint.
checkConstraint(PackageConstraint) - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
 
checkDependencies(PackageConstraint, Map<String, Dependency>, Map<String, List<Dependency>>) - Static method in class org.pentaho.packageManagement.DefaultPackageManager
Checks a given package's list of dependencies for any conflicts with the packages in the supplied Map.
checkTargetVersionPackageConstraint(VersionPackageConstraint) - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
 
checkTargetVersionRangePackageConstraint(VersionRangePackageConstraint) - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
 
clone() - Method in class org.pentaho.packageManagement.DefaultPackage
Clone this package.
clone() - Method in class org.pentaho.packageManagement.Package
 
compare(String, String) - Static method in class org.pentaho.packageManagement.VersionPackageConstraint
Returns a VersionComparison that represents the comparison between the supplied version 1 and version 2.
create() - Static method in class org.pentaho.packageManagement.PackageManager
 

D

DefaultAuthenticator - Class in org.bounce.net
An authenticator which prompts for username and password.
DefaultAuthenticator(JFrame) - Constructor for class org.bounce.net.DefaultAuthenticator
Constructor for the authenticator, setting the parent frame.
DefaultPackage - Class in org.pentaho.packageManagement
A concrete implementation of Package that uses Java properties files/classes to manage package meta data.
DefaultPackage(File, PackageManager, Map<?, ?>) - Constructor for class org.pentaho.packageManagement.DefaultPackage
Constructs an new DefaultPackage.
DefaultPackage(File, PackageManager) - Constructor for class org.pentaho.packageManagement.DefaultPackage
Constructs a new DefaultPackage.
DefaultPackageManager - Class in org.pentaho.packageManagement
A concrete implementation of PackageManager that uses Java properties files/class to manage package meta data.
DefaultPackageManager() - Constructor for class org.pentaho.packageManagement.DefaultPackageManager
 
deleteDir(File, PrintStream...) - Static method in class org.pentaho.packageManagement.DefaultPackageManager
 
Dependency - Class in org.pentaho.packageManagement
Class that encapsulates a dependency between two packages
Dependency(Package, PackageConstraint) - Constructor for class org.pentaho.packageManagement.Dependency
Construct a new Dependency from a supplied source package and PackageConstraint containing the target package.
DESCRIPTION - Variable in class org.bounce.net.DefaultAuthenticator
 
downloadArchive(URL, String, PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
 

E

equals(Object) - Method in class org.bounce.FormConstraints
Finds out if the values in this FormConstraint are equal to the supplied object.
equals(Package) - Method in class org.pentaho.packageManagement.Package
Compare the supplied package to this package.
establishPackageHome() - Method in class org.pentaho.packageManagement.DefaultPackageManager
Checks to see if the package home exists and creates it if necessary.
establishProxy() - Method in class org.pentaho.packageManagement.PackageManager
Tries to configure a Proxy object for use in an Authenticator if there is a proxy defined by the properties http.proxyHost and http.proxyPort, and if the user has set values for the properties (note, these are not standard java properties) http.proxyUser and http.proxyPassword.

F

FormConstraints - Class in org.bounce
A constraints object, used for the FormLayout, the constraints allow for setting the components position, alignments and fill type.
FormConstraints() - Constructor for class org.bounce.FormConstraints
Constructs a default FormConstraint which positions the component over both columns and aligns the component horizontally to the LEFT and vertically at the CENTER.
FormConstraints(int) - Constructor for class org.bounce.FormConstraints
Constructs a default FormConstraint which aligns the component horizontally to the LEFT and vertically at the CENTER and positions the component at the position supplied.
FormConstraints(int, boolean) - Constructor for class org.bounce.FormConstraints
Constructs a FormConstraint with the filled value set to the value supplied.
FormConstraints(int, int) - Constructor for class org.bounce.FormConstraints
Constructs a FormConstraint which aligns the component horizontally with the value supplied and vertically at the CENTER.
FormConstraints(int, int, int) - Constructor for class org.bounce.FormConstraints
Constructs a FormConstraint which aligns the component horizontally and vertically with the values supplied.
FormConstraints(FormConstraints) - Constructor for class org.bounce.FormConstraints
Constructs a FormConstraint which copies its values from the constraint supplied.
FormLayout - Class in org.bounce
A Layout manager that can be used to layout 2 columns of components.
FormLayout() - Constructor for class org.bounce.FormLayout
Constructs a default FormLayout without any horizontal or vertical gaps.
FormLayout(int, int) - Constructor for class org.bounce.FormLayout
Constructs a FormLayout with the specified horizontal and vertical gap.
FULL - Static variable in class org.bounce.FormConstraints
FULL position
FULL - Static variable in class org.bounce.FormLayout
A constraint that allows the component to use the total width of the form.
FULL_FILL - Static variable in class org.bounce.FormLayout
A constraint that allows the component to use the total width of the form and resizes the component to fill the whole width.

G

getAllDependenciesForPackage(Package, Map<String, List<Dependency>>) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Gets a full list of packages (encapsulated in Dependency objects) that are required by directly and indirectly by the named target package.
getAllDependenciesForPackage(Package, Map<String, List<Dependency>>) - Method in class org.pentaho.packageManagement.PackageManager
Gets a full list of packages (encapsulated in Dependency objects) that are required by directly and indirectly by the named target package.
getAllPackages(PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Get all packages that the system knows about (i.e.
getAllPackages(PrintStream...) - Method in class org.pentaho.packageManagement.PackageManager
Get all packages that the system knows about (i.e.
getAvailablePackages() - Method in class org.pentaho.packageManagement.DefaultPackageManager
Get a list of packages that are not currently installed.
getAvailablePackages() - Method in class org.pentaho.packageManagement.PackageManager
Get a list of packages that are not currently installed.
getBaseSystemDependency() - Method in class org.pentaho.packageManagement.DefaultPackage
Gets the dependency on the base system that this package requires.
getBaseSystemDependency() - Method in class org.pentaho.packageManagement.Package
Gets the dependency on the base system that this package requires.
getBaseSystemName() - Method in class org.pentaho.packageManagement.PackageManager
Get the name of the main software system for which we manage packages.
getBaseSystemVersion() - Method in class org.pentaho.packageManagement.PackageManager
Get the current installed version of the main system for which we manage packages.
getDependencies() - Method in class org.pentaho.packageManagement.DefaultPackage
Get the list of packages that this package depends on.
getDependencies() - Method in class org.pentaho.packageManagement.Package
Get the list of packages that this package depends on.
getHgap() - Method in class org.bounce.FormLayout
Returns the horizontal gap between the left column and the right column.
getHorizontalAlignment() - Method in class org.bounce.FormConstraints
Returns the horizontal alignment for the component.
getIncompatibleDependencies(List<Package>) - Method in class org.pentaho.packageManagement.DefaultPackage
Gets those packages from the supplied list that this package depends on and are currently incompatible with this package.
getIncompatibleDependencies() - Method in class org.pentaho.packageManagement.DefaultPackage
Gets a list of installed packages that this package depends on that are currently incompatible with this package.
getIncompatibleDependencies() - Method in class org.pentaho.packageManagement.Package
Gets a list of installed packages that this package depends on that are currently incompatible with this package.
getIncompatibleDependencies(List<Package>) - Method in class org.pentaho.packageManagement.Package
Gets those packages from the supplied list that this package depends on and are currently incompatible with this package.
getInstalledPackageInfo(String) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Get package information on the named installed package.
getInstalledPackageInfo(String) - Method in class org.pentaho.packageManagement.PackageManager
Get package information on the named installed package.
getInstalledPackages() - Method in class org.pentaho.packageManagement.DefaultPackageManager
Get a list of installed packages.
getInstalledPackages() - Method in class org.pentaho.packageManagement.PackageManager
Get a list of installed packages.
getLayoutAlignmentX(Container) - Method in class org.bounce.FormLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class org.bounce.FormLayout
Returns the alignment along the y axis.
getLowerBound() - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
Get the lower bound of this range
getLowerComparison() - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
Get the lower comparison
getMissingDependencies(List<Package>) - Method in class org.pentaho.packageManagement.DefaultPackage
Gets a list of packages that this package depends on that are not in the supplied list of packages.
getMissingDependencies() - Method in class org.pentaho.packageManagement.DefaultPackage
Gets a list of packages that this package depends on that are not currently installed.
getMissingDependencies() - Method in class org.pentaho.packageManagement.Package
Gets a list of packages that this package depends on that are not currently installed.
getMissingDependencies(List<Package>) - Method in class org.pentaho.packageManagement.Package
Gets a list of packages that this package depends on that are not in the supplied list of packages.
getName() - Method in class org.pentaho.packageManagement.DefaultPackage
Convenience method to return the name of this package.
getName() - Method in class org.pentaho.packageManagement.Package
Convenience method to return the name of this package.
getPackage() - Method in class org.pentaho.packageManagement.PackageConstraint
Get the package that this constraint applies to.
getPackageArchiveInfo(String) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Get package information from the supplied package archive file.
getPackageArchiveInfo(String) - Method in class org.pentaho.packageManagement.PackageManager
Get package information from the supplied package archive file.
getPackageHome() - Method in class org.pentaho.packageManagement.PackageManager
Get the location (directory) of installed packages
getPackageMetaData() - Method in class org.pentaho.packageManagement.Package
Get the meta data for this package.
getPackageMetaDataElement(Object) - Method in class org.pentaho.packageManagement.Package
Gets the package meta data element associated with the supplied key.
getPackageRepositoryURL() - Method in class org.pentaho.packageManagement.PackageManager
Get the URL to the repository of package meta data.
getPackageURL() - Method in class org.pentaho.packageManagement.DefaultPackage
Convenience method that returns the URL to the package (i.e the provider's URL).
getPackageURL() - Method in class org.pentaho.packageManagement.Package
Convenience method that returns the URL to the package (i.e the provider's URL).
getPasswordAuthentication() - Method in class org.bounce.net.DefaultAuthenticator
Return the PasswordAuthentication object.
getPosition() - Method in class org.bounce.FormConstraints
Returns the column position of the component.
getProxy() - Method in class org.pentaho.packageManagement.PackageManager
Get the proxy in use.
getRepositoryPackageInfo(String) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Get package information on the named package from the repository.
getRepositoryPackageInfo(String, Object) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Get package information on the named package from the repository.
getRepositoryPackageInfo(String) - Method in class org.pentaho.packageManagement.PackageManager
Get package information on the named package from the repository.
getRepositoryPackageInfo(String, Object) - Method in class org.pentaho.packageManagement.PackageManager
Get package information on the named package from the repository.
getRepositoryPackageMetaDataOnlyAsZip(PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Gets an array of bytes containing a zip of all the repository meta data and supporting files.
getRepositoryPackageMetaDataOnlyAsZip(PrintStream...) - Method in class org.pentaho.packageManagement.PackageManager
Gets an array of bytes containing a zip of all the repository meta data and supporting files.
getRepositoryPackageMetaDataOnlyAsZipLegacy(PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Gets an array of bytes containing a zip of all the repository meta data and supporting files using the legacy approach.
getRepositoryPackageVersions(String) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Get a list of available versions of the named package.
getRepositoryPackageVersions(String) - Method in class org.pentaho.packageManagement.PackageManager
Get a list of available versions of the named package.
getSource() - Method in class org.pentaho.packageManagement.Dependency
Get the source package.
getTarget() - Method in class org.pentaho.packageManagement.Dependency
Get the target package constraint.
getUpperBound() - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
Get the upper bound of this range
getUpperComparison() - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
Get the upper comparison
getURLPackageInfo(URL) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Get package information on the package at the given URL.
getURLPackageInfo(URL) - Method in class org.pentaho.packageManagement.PackageManager
Get package information on the package at the given URL.
getVersionComparison(String) - Static method in class org.pentaho.packageManagement.VersionPackageConstraint
Returns a VersionComparison equivalent to the supplied String operator.
getVersionComparison() - Method in class org.pentaho.packageManagement.VersionPackageConstraint
 
getVerticalAlignment() - Method in class org.bounce.FormConstraints
Returns the vertical alignment for the component.
getVgap() - Method in class org.bounce.FormLayout
Returns the vertical gap between the rows.

H

HOST - Variable in class org.bounce.net.DefaultAuthenticator
 

I

install() - Method in class org.pentaho.packageManagement.DefaultPackage
Install this package.
install() - Method in class org.pentaho.packageManagement.Package
Install this package.
installAdditionalLibs(String, String[], PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Installs additional library jar files (as specified in the AdditionalLibs entry in the Description.props file).
installPackage(String, String, PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Installs a package from a zip/jar archive.
installPackageFromArchive(String, PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Install a package from an archive on the local file system.
installPackageFromArchive(String, PrintStream...) - Method in class org.pentaho.packageManagement.PackageManager
Install a package from an archive on the local file system.
installPackageFromRepository(String, Object, PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Install a package sourced from the repository.
installPackageFromRepository(String, Object, PrintStream...) - Method in class org.pentaho.packageManagement.PackageManager
Install a package sourced from the repository.
installPackageFromURL(URL, PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Install a package sourced from a given URL.
installPackageFromURL(URL, PrintStream...) - Method in class org.pentaho.packageManagement.PackageManager
Install a package sourced from a given URL.
installPackages(List<Package>, PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Installs all the packages in the supplied list.
installPackages(List<Package>, PrintStream...) - Method in class org.pentaho.packageManagement.PackageManager
Installs all the packages in the supplied list.
invalidateLayout(Container) - Method in class org.bounce.FormLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
isBoundOR() - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
Returns true if this is a bounded OR type of constraint
isCompatibleBaseSystem() - Method in class org.pentaho.packageManagement.DefaultPackage
Returns true if this package is compatible with the currently installed version of the base system.
isCompatibleBaseSystem() - Method in class org.pentaho.packageManagement.Package
Returns true if this package is compatible with the currently installed version of the base system.
isFilled() - Method in class org.bounce.FormConstraints
Returns wether the component occupies the full available horizontal space.
isInstalled() - Method in class org.pentaho.packageManagement.DefaultPackage
Returns true if this package is already installed ²@return true if this package is installed
isInstalled() - Method in class org.pentaho.packageManagement.Package
Returns true if this package is already installed

L

layoutContainer(Container) - Method in class org.bounce.FormLayout
Lays out the components on the specified container.
LEFT - Static variable in class org.bounce.FormConstraints
LEFT position
LEFT - Static variable in class org.bounce.FormLayout
A constraint that adds the component to the left side of the form.

M

m_authenticatorSet - Variable in class org.pentaho.packageManagement.PackageManager
 
m_baseSystemName - Variable in class org.pentaho.packageManagement.PackageManager
The name of the base system being managed by this package manager
m_baseSystemVersion - Variable in class org.pentaho.packageManagement.PackageManager
The version of the base system being managed by this package manager
m_boundOr - Variable in class org.pentaho.packageManagement.VersionRangePackageConstraint
is false for version1 <= package <= version2
m_constraint - Variable in class org.pentaho.packageManagement.VersionPackageConstraint
The comparison operator for this constraint
m_httpProxy - Variable in class org.pentaho.packageManagement.PackageManager
Proxy for http connections
m_lowerBound - Variable in class org.pentaho.packageManagement.VersionRangePackageConstraint
the lower bound
m_lowerConstraint - Variable in class org.pentaho.packageManagement.VersionRangePackageConstraint
the comparison for the lower bound
m_packageHome - Variable in class org.pentaho.packageManagement.DefaultPackage
Holds the home directory for installed packages
m_packageHome - Variable in class org.pentaho.packageManagement.PackageManager
The local directory for storing the user's installed packages
m_packageManager - Variable in class org.pentaho.packageManagement.DefaultPackage
The package manager in use
m_packageMetaData - Variable in class org.pentaho.packageManagement.Package
The meta data for the package
m_packageRepository - Variable in class org.pentaho.packageManagement.PackageManager
The URL to the global package meta data repository
m_proxyPassword - Variable in class org.pentaho.packageManagement.PackageManager
The password for the proxy
m_proxyUsername - Variable in class org.pentaho.packageManagement.PackageManager
The user name for the proxy
m_sourcePackage - Variable in class org.pentaho.packageManagement.Dependency
The source package
m_targetPackage - Variable in class org.pentaho.packageManagement.Dependency
The target package (wrapped in a PackageConstraint)
m_thePackage - Variable in class org.pentaho.packageManagement.PackageConstraint
 
m_upperBound - Variable in class org.pentaho.packageManagement.VersionRangePackageConstraint
the upper bound
m_upperConstraint - Variable in class org.pentaho.packageManagement.VersionRangePackageConstraint
the comparison for the upper bound
main(String[]) - Static method in class org.pentaho.packageManagement.DefaultPackage
 
main(String[]) - Static method in class org.pentaho.packageManagement.DefaultPackageManager
 
maximumLayoutSize(Container) - Method in class org.bounce.FormLayout
Returns the maximum size of this component.
minimumLayoutSize(Container) - Method in class org.bounce.FormLayout
Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.

O

OK_BUTTON - Variable in class org.bounce.net.DefaultAuthenticator
 
org.bounce - package org.bounce
 
org.bounce.net - package org.bounce.net
 
org.pentaho.packageManagement - package org.pentaho.packageManagement
 

P

Package - Class in org.pentaho.packageManagement
Abstract base class for Packages.
Package() - Constructor for class org.pentaho.packageManagement.Package
 
PackageConstraint - Class in org.pentaho.packageManagement
Abstract base class for package constraints.
PackageConstraint() - Constructor for class org.pentaho.packageManagement.PackageConstraint
 
PackageManager - Class in org.pentaho.packageManagement
Abstract base class for package managers.
PackageManager() - Constructor for class org.pentaho.packageManagement.PackageManager
 
padLeft(String, int) - Static method in class org.pentaho.packageManagement.DefaultPackageManager
Pads a string to a specified length, inserting spaces on the left as required.
padRight(String, int) - Static method in class org.pentaho.packageManagement.DefaultPackageManager
Pads a string to a specified length, inserting spaces on the right as required.
parseVersion(String) - Static method in class org.pentaho.packageManagement.VersionPackageConstraint
Parses a version number and returns major, minor and revision numbers in an array of integers.
PASSWORD - Variable in class org.bounce.net.DefaultAuthenticator
 
preferredLayoutSize(Container) - Method in class org.bounce.FormLayout
Calculates the preferred size dimensions for the specified container given the components in the specified parent container.

R

REALM - Variable in class org.bounce.net.DefaultAuthenticator
 
removeLayoutComponent(Component) - Method in class org.bounce.FormLayout
Removes the specified component and constraints from the layout.
RIGHT - Static variable in class org.bounce.FormConstraints
RIGHT position
RIGHT - Static variable in class org.bounce.FormLayout
A constraint that adds the component to the right side of the form.
RIGHT_FILL - Static variable in class org.bounce.FormLayout
A constraint that adds the component to the right side of the form and resizes the component to fill the whole available width.

S

setBaseSystemName(String) - Method in class org.pentaho.packageManagement.PackageManager
Set the name of the main software system for which we manage packages.
setBaseSystemVersion(Object) - Method in class org.pentaho.packageManagement.PackageManager
Set the current version of the base system for which we manage packages.
setConstraints(Component, Object) - Method in class org.bounce.FormLayout
Adds the specified component to the layout, using the specified constraint object.
setFilled(boolean) - Method in class org.bounce.FormConstraints
Sets wether the component should occupy the full available horizontal space.
setHgap(int) - Method in class org.bounce.FormLayout
Sets the horizontal gap between the left column and the right column.
setHorizontalAlignment(int) - Method in class org.bounce.FormConstraints
Sets the horizontal alignment for the component.
setPackage(Package) - Method in class org.pentaho.packageManagement.PackageConstraint
Set the package that this constraint applies to.
setPackageHome(File) - Method in class org.pentaho.packageManagement.PackageManager
Set the location (directory) of installed packages.
setPackageMetaData(Map<?, ?>) - Method in class org.pentaho.packageManagement.Package
Set the meta data for this package.
setPackageMetaDataElement(Object, Object) - Method in class org.pentaho.packageManagement.DefaultPackage
Adds a key, value pair to the meta data map.
setPackageMetaDataElement(Object, Object) - Method in class org.pentaho.packageManagement.Package
Adds a key, value pair to the meta data map.
setPackageRepositoryURL(URL) - Method in class org.pentaho.packageManagement.PackageManager
Set the URL to the repository of package meta data.
setPosition(int) - Method in class org.bounce.FormConstraints
Sets the column position of the component; LEFT, for a component in the left column.
setProxy(Proxy) - Method in class org.pentaho.packageManagement.PackageManager
Set a proxy to use for accessing the internet (default is no proxy).
setProxyAuthentication(URL) - Method in class org.pentaho.packageManagement.PackageManager
Sets an new default Authenticator that will return the values set through setProxyUsername() and setProxyPassword() (if applicable).
setProxyPassword(String) - Method in class org.pentaho.packageManagement.PackageManager
Set the password for authentication with the proxy.
setProxyUsername(String) - Method in class org.pentaho.packageManagement.PackageManager
Set the user name for authentication with the proxy.
setRangeConstraint(String, VersionPackageConstraint.VersionComparison, String, VersionPackageConstraint.VersionComparison) - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
Set the range bounds and constraints.
setSource(Package) - Method in class org.pentaho.packageManagement.Dependency
Set the source package.
setTarget(PackageConstraint) - Method in class org.pentaho.packageManagement.Dependency
Set the target package constraint.
setVersionConstraint(VersionPackageConstraint.VersionComparison) - Method in class org.pentaho.packageManagement.VersionPackageConstraint
 
setVersionConstraint(String) - Method in class org.pentaho.packageManagement.VersionPackageConstraint
 
setVerticalAlignment(int) - Method in class org.bounce.FormConstraints
Sets the vertical alignment for the component.
setVgap(int) - Method in class org.bounce.FormLayout
Returns the vertical gap between the rows.
SIZE - Static variable in class org.bounce.net.DefaultAuthenticator
 
splitNameVersion(String) - Static method in class org.pentaho.packageManagement.DefaultPackage
 

T

TITLE - Variable in class org.bounce.net.DefaultAuthenticator
 
TOP - Static variable in class org.bounce.FormConstraints
TOP position
toString() - Method in class org.pentaho.packageManagement.DefaultPackage
 
toString() - Method in class org.pentaho.packageManagement.Dependency
 
toString() - Method in class org.pentaho.packageManagement.VersionPackageConstraint
 
toString() - Method in enum org.pentaho.packageManagement.VersionPackageConstraint.VersionComparison
 

U

uninstallPackage(String, PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
Uninstall a package.
uninstallPackage(String, PrintStream...) - Method in class org.pentaho.packageManagement.PackageManager
Uninstall a package.
USERNAME - Variable in class org.bounce.net.DefaultAuthenticator
 

V

valueOf(String) - Static method in enum org.pentaho.packageManagement.VersionPackageConstraint.VersionComparison
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.pentaho.packageManagement.VersionPackageConstraint.VersionComparison
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_KEY - Static variable in class org.pentaho.packageManagement.VersionPackageConstraint
The meta data key for the version number
VersionPackageConstraint - Class in org.pentaho.packageManagement
Concrete implementation of PackageConstraint that encapsulates constraints related to version numbers.
VersionPackageConstraint(Package) - Constructor for class org.pentaho.packageManagement.VersionPackageConstraint
 
VersionPackageConstraint.VersionComparison - Enum in org.pentaho.packageManagement
Enumeration encapsulating version comparison operations
VersionRangePackageConstraint - Class in org.pentaho.packageManagement
A concrete implementation of PackgageConstraint that encapsulates ranged version number constraints.
VersionRangePackageConstraint(Package) - Constructor for class org.pentaho.packageManagement.VersionRangePackageConstraint
Constructor

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

Copyright © 2013. All Rights Reserved.