Package | Description |
---|---|
ball.annotation.processing |
Provides
Processor implementation
classes. |
ball.databind |
Data Binding Utilities.
|
ball.game.scrabble |
Classes for playing Scrabble.
|
ball.game.sudoku |
Classes for solving Sudoku.
|
ball.http.annotation.processing |
Provides
Processor implementation
classes. |
ball.persistence.entity |
Classes for creating JPA entities.
|
ball.tools.javac |
Provides
javac plug-ins. |
ball.tools.javadoc |
Provides javadoc implementation classes.
|
ball.tv.epg.entity |
Electronic Program Guide (EPG) database entities.
|
ball.tv.epg.sd |
Classes for accessing
Schedules Direct services.
|
ball.upnp.annotation.processing |
Provides
Processor implementation
classes. |
silicondust |
Classes for accessing
SiliconDust
devices and services including Java bindings for
libhdhomerun.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedTagletProcessor
Processor implementation to verify concrete implementations of
AnnotatedTaglet are also subclasses of Taglet . |
static class |
AnnotationValueMustConvertTo.ProcessorImpl
Processor implementation. |
class |
AntLibProcessor
Generates
antlib.xml (at location(s) specified by AntLib )
at the end of annotation processing. |
class |
AntTaskAttributeConstraintProcessor
|
class |
AntTaskMixInProcessor
Processor implementation to verify concrete implementations of
AntTaskMixIn are also subclasses of Task . |
class |
AntTaskProcessor
|
class |
ClassFileProcessorProcessor
Processor implementation to verify concrete implementations of
ClassFileProcessor are also subclasses of
AnnotatedProcessor . |
class |
CompileTimeCheckProcessor
|
class |
ConstantValueMustConvertToProcessor
Processor implementation to verify constant initializers
marked by the ConstantValueMustConvertTo can be converted to the
specified type. |
class |
ConstructorPropertiesProcessor
Processor implementation to verify ConstructorProperties
annotation are actual bean properties of the
Constructor 's Class . |
static class |
For.ProcessorImpl
Processor implementation. |
static class |
ForElementKinds.ProcessorImpl
Processor implementation. |
static class |
ForSubclassesOf.ProcessorImpl
Processor implementation. |
class |
JAXBIndexProcessor
|
class |
ManifestProcessor
|
class |
MatcherGroupProcessor
Processor implementation to check MatcherGroup
annotations. |
static class |
MustImplement.ProcessorImpl
Processor implementation. |
class |
NoopProcessor
No-op
Processor to silence compilation warnings for 3rd-party
Annotation s that do not have a processor. |
class |
NoOverrideProcessor
Processor implementation to identify overriding
Method s that are not marked with the
Override Annotation . |
class |
ObjectCloneProcessor
Processor implementation to check Object.clone()
implementations to verify:
Class also implements Cloneable
CloneNotSupportedException (unless
some "intravening" superclass' implementation does not)
|
class |
ObjectToStringProcessor
Processor implementation to check Class es to verify:
Class also overrides Object.toString()
|
class |
PatternRegexProcessor
Processor implementation to check PatternRegex
annotations. |
class |
SerializableProcessor
Processor implementation to check subclasses of
Serializable to verify a serialVersionUID field has been
defined. |
class |
ServiceProviderForProcessor
Processor implementation to check Class es annotated with
ServiceProviderFor to verify the annotated Class :
Class es specified by
value()
Note: Google offers a similar
AutoService
library. |
class |
TagletProcessor
Processor implementation to verify concrete implementations of
Taglet implement the required static register() method. |
static class |
TargetMustBe.ProcessorImpl
Processor implementation. |
static class |
TargetMustExtend.ProcessorImpl
Processor implementation. |
static class |
TargetMustHaveConstructor.ProcessorImpl
Processor implementation. |
static class |
TargetMustHaveModifiers.ProcessorImpl
Processor implementation. |
static class |
TargetMustNotHaveModifiers.ProcessorImpl
Processor implementation. |
static class |
WithModifiers.ProcessorImpl
Processor implementation. |
static class |
WithoutModifiers.ProcessorImpl
Processor implementation. |
Modifier and Type | Class and Description |
---|---|
class |
ModuleImpl
Module service provider for ball.databind . |
Modifier and Type | Class and Description |
---|---|
class |
PremiumProcessor
Processor implementation to check Class es annotated with
LetterPremium or WordPremium :
SQ ,
LetterPremium or
WordPremium
|
Modifier and Type | Class and Description |
---|---|
class |
RuleOfElimination
Sudoku "rule-of-elimination"
Rule implementation. |
class |
RuleOfNIdenticalCellsOfSizeN
Sudoku "rule-of-N-identical-cells-of-size-N"
Rule implementation. |
class |
RuleOfSums
Sudoku simple "rule-of-sums"
Rule implementation. |
class |
RuleOfUniqueness
Sudoku "rule-of-uniqueness"
Rule implementation. |
Modifier and Type | Class and Description |
---|---|
static class |
ProtocolJSR311AnnotationProcessor.Method
|
class |
ProtocolProcessor
|
Modifier and Type | Class and Description |
---|---|
class |
ModuleImpl
Module service provider for ball.persistence.entity . |
Modifier and Type | Class and Description |
---|---|
static class |
JavacPluginName.ProcessorImpl
Processor implementation. |
Modifier and Type | Class and Description |
---|---|
class |
AntTaskTaglet
|
class |
BeanInfoTaglet
Inline
Taglet to provide a table of bean properties. |
class |
IncludeTaglet
|
class |
InjectedFieldsTaglet
Inline
Taglet to provide a report of members whose values are
injected. |
class |
LinkManTaglet
Inline
Taglet providing links to man(1) pages. |
class |
LinkRFCTaglet
Inline
Taglet providing links to external RFCs. |
class |
LinkThisTaglet
Inline
Taglet to provide this links. |
class |
LinkURITaglet
Inline
Taglet to provide external links. |
static class |
MavenTaglet.Coordinates
|
static class |
MavenTaglet.PluginFields
|
static class |
MavenTaglet.PluginHelp
|
static class |
TagletName.ProcessorImpl
Processor implementation. |
Modifier and Type | Class and Description |
---|---|
class |
ModuleImpl
Module service provider for ball.tv.epg.entity . |
Modifier and Type | Class and Description |
---|---|
class |
ModuleImpl
Module service provider for ball.tv.epg.sd . |
Modifier and Type | Class and Description |
---|---|
class |
DeviceTypeProcessor
DeviceType annotation Processor . |
class |
ServiceIdProcessor
|
class |
ServiceTypeProcessor
ServiceType annotation Processor . |
Modifier and Type | Class and Description |
---|---|
class |
ModuleImpl
Module service provider for silicondust . |
Copyright © 2015–2020 Allen D. Ball. All rights reserved.