public class SubstituableFactoryImpl extends Object implements SubstitutableFactory
SubstitutableFactory implementation to retrieve the
Substitutable entries from a FileEntry or an Archive.| Constructor and Description |
|---|
SubstituableFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Substitutable> |
getArchiveEntrySubstitutable(Archive archive)
Get's all the
Substitutable entries from an Archive. |
List<? extends Substitutable> |
getFileEntrySubstituables(FileEntry fileEntry)
Get's all the
Substitutable entries from a FileEntry. |
public List<? extends Substitutable> getFileEntrySubstituables(FileEntry fileEntry)
SubstitutableFactorySubstitutable entries from a FileEntry.
A file entry can point to a file/directory or can contain pattern or
wild card characters.getFileEntrySubstituables in interface SubstitutableFactoryfileEntry - A file entry.Substitutable entries from a file entry.public List<? extends Substitutable> getArchiveEntrySubstitutable(Archive archive)
SubstitutableFactorySubstitutable entries from an Archive.
An archive entry can contain one or multiple member entries or can point the
entries from nested archives.getArchiveEntrySubstitutable in interface SubstitutableFactoryarchive - An archive.Substitutable entries from an archive.Copyright © 2015. All rights reserved.