public interface SubstitutableFactory
Substitutable entries from a FileEntry
or an Archive.
NOTE: Client can provide the their own implementation to customize the retrieval of substitutable entries from a file entry or an archive.
| 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. |
List<? extends Substitutable> getFileEntrySubstituables(FileEntry fileEntry)
Substitutable entries from a FileEntry.
A file entry can point to a file/directory or can contain pattern or
wild card characters.fileEntry - A file entry.Substitutable entries from a file entry.List<? extends Substitutable> getArchiveEntrySubstitutable(Archive archive)
Substitutable entries from an Archive.
An archive entry can contain one or multiple member entries or can point the
entries from nested archives.archive - An archive.Substitutable entries from an archive.Copyright © 2018 Eclipse Foundation. All rights reserved.