Package de.enough.polish.ant.requirements

Provides the selection of the devices for the PolishTask.

See:
          Description

Interface Summary
DeviceFilter Allows an object to filter specific devices.
Matcher A class used for comparing a requirement-value with a device-property.
 

Class Summary
AndRelation A filter for requirements and requirement-groups which all need to be met.
BitsPerPixelRequirement Selects a device by its screen-colors.
CanvasSizeRequirement Selects a device by its size of the canvas.
FeatureRequirement Selects a device by one of several of its features.
FullCanvasSizeRequirement Selects a device by its size of the canvas.
HeapSizeRequirement Selects a device by the available memory for the heap.
IdentifierRequirement Selects a device by its identifier.
IntegerMatcher Provides help for comparing integers, e.g.
IntRequirement Selects devices by matching simple numbers, e.g.
JavaConfigurationRequirement Selects a device by the supported platform.
JavaPackageRequirement Selects a device by its support of specific software-APIs.
JavaPlatformRequirement Selects a device by the supported platform.
JavaProtocolRequirement Selects a device by its support of IO-protocols like http, https etc.
MemoryMatcher Compares memory value like "120+ kb" and "5mb".
MemoryRequirement Selects a device by a memory capability.
NameRequirement Selects a device by its identifier.
NetBeansAllConfigurationsRequirement Select all NetBeans configurations of a project.
NotRelation Contains or several requirements which must not be met by the device.
OrRelation Contains a list of requirements of which at least one requirement must be met by the device.
Requirement A requirement which a supported device needs to satisfy.
RequirementContainer Represents an "AND", "OR", "XOR" and "NOT" relation between several requirements.
Requirements A list of requirements which each supported device needs to satisfy.
ScreenHeightRequirement Selects a device by its screen height.
ScreenSizeRequirement Selects a device by its screen-size.
ScreenWidthRequirement Selects a device by the width of its screen.
SizeMatcher Matches the two dimensional size of a property.
SizeRequirement Selects devices by the size of specific features.
SoundFormatRequirement Selects a device by the supported audio formats.
StringMatcher Matches several string-values.
StringRequirement Selects devices by a specific string within the given capability.
TermRequirement Selects a device that fullfill a preprocessing term.
VariableDefinedRequirement Selects a device if a required variable is defined.
VendorRequirement Selects devices by their vendor.
VersionMatcher Checks capabilities for a specific version.
VersionRequirement Selects devices by the version of a specific capability.
VideoFormatRequirement Selects a device by the supported video formats.
XorRelation Contains a list of requirements of which only one must be met by the device.
 

Package de.enough.polish.ant.requirements Description

Provides the selection of the devices for the PolishTask.