| Modifier and Type | Method and Description |
|---|---|
List<? extends Substitutable> |
SubstitutableFactory.getArchiveEntrySubstitutable(Archive archive)
Get's all the
Substitutable entries from an Archive. |
List<? extends Substitutable> |
SubstitutableFactory.getFileEntrySubstituables(FileEntry fileEntry)
Get's all the
Substitutable entries from a FileEntry. |
| Modifier and Type | Method and Description |
|---|---|
void |
SubstitutionAlgorithm.substitute(Substitutable substituable)
Perform's string substitution.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArchiveMember
Creates
Reader and Writer for the MemberEntry of an archive,
that has to undergo string substitution. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveMemberHandler
|
class |
FileSubstitutionHandler
Abstract class initialize the input file for the string substitution.
|
class |
LargeFileSubstitutionHandler
|
class |
SmallFileSubstitutionHandler
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Substitutable> |
SubstituableFactoryImpl.getArchiveEntrySubstitutable(Archive archive) |
List<? extends Substitutable> |
SubstituableFactoryImpl.getFileEntrySubstituables(FileEntry fileEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
RadixTreeSubstitutionAlgo.substitute(Substitutable substitutable) |
void |
StringReplacementAlgo.substitute(Substitutable resolver) |
Copyright © 2015. All rights reserved.