| Modifier and Type | Class and Description |
|---|---|
class |
ExcludeRuleNotationParser<T extends ExcludeRule> |
| Modifier and Type | Class and Description |
|---|---|
class |
ForcedModuleNotationParser
by Szczepan Faber, created at: 10/11/11
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPublishArtifactFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
FileOrUriNotationParser<T extends Serializable> |
| Modifier and Type | Class and Description |
|---|---|
class |
PathNotationParser<T extends String> |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientModuleNotationParser |
class |
DependencyClassPathNotationParser |
class |
DependencyFilesNotationParser |
class |
DependencyMapNotationParser<T extends ExternalDependency> |
class |
DependencyNotationParser
by Szczepan Faber, created at: 11/8/11
|
class |
DependencyProjectNotationParser
by Szczepan Faber, created at: 11/10/11
|
class |
DependencyStringNotationParser<T extends ExternalDependency>
by Szczepan Faber, created at: 11/10/11
|
| Modifier and Type | Method and Description |
|---|---|
NotationParser<T> |
NotationParserBuilder.toComposite() |
NotationParser<Set<T>> |
NotationParserBuilder.toFlatteningComposite() |
| Modifier and Type | Method and Description |
|---|---|
NotationParserBuilder<T> |
NotationParserBuilder.parser(NotationParser<? extends T> parser) |
| Modifier and Type | Method and Description |
|---|---|
NotationParserBuilder<T> |
NotationParserBuilder.parsers(Iterable<? extends NotationParser<? extends T>> notationParsers) |
| Constructor and Description |
|---|
DependencyNotationParser(Iterable<NotationParser<? extends Dependency>> compositeParsers) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeNotationParser<T>
by Szczepan Faber, created at: 11/10/11
|
class |
ErrorHandlingNotationParser<T>
by Szczepan Faber, created at: 11/8/11
|
class |
FlatteningNotationParser<T>
Flattens or collectionizes input and passes the input notations to the delegates.
|
class |
JustReturningParser<T>
by Szczepan Faber, created at: 11/8/11
|
class |
MapNotationParser<T>
Converts a
Map<String, Object> to the target type. |
class |
TypedNotationParser<N,T>
by Szczepan Faber, created at: 11/9/11
|
| Constructor and Description |
|---|
CompositeNotationParser(NotationParser<? extends T>... delegates) |
ErrorHandlingNotationParser(String targetTypeDisplayName,
String invalidNotationMessage,
NotationParser<T> delegate) |
FlatteningNotationParser(NotationParser<T> delegate) |
| Constructor and Description |
|---|
CompositeNotationParser(Collection<NotationParser<? extends T>> delegates) |
Copyright © 2013. All rights reserved