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(com.sun.enterprise.admin.servermgmt.xml.stringsubs.Archive archive)
Gets all the
Substitutable entries from an Archive. |
List<? extends Substitutable> |
getFileEntrySubstituables(com.sun.enterprise.admin.servermgmt.xml.stringsubs.FileEntry fileEntry)
Gets all the
Substitutable entries from a FileEntry. |
public List<? extends Substitutable> getFileEntrySubstituables(com.sun.enterprise.admin.servermgmt.xml.stringsubs.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(com.sun.enterprise.admin.servermgmt.xml.stringsubs.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 © 2019. All rights reserved.