public abstract class StackDefinitionDirectory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_UPGRADE_XML_FILENAME_PREFIX |
protected File |
directory
underlying directory
|
protected static FilenameFilter |
XML_FILENAME_FILTER
xml filename filter
|
Constructor and Description |
---|
StackDefinitionDirectory(String directory)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getAbsolutePath()
Obtain the absolute path for this directory instance.
|
ConfigurationDirectory |
getConfigurationDirectory(String directoryName,
String propertiesDirectoryName)
Obtain the configuration sub-directory instance for the specified path.
|
protected File |
getDirectory()
Obtain the underlying directory.
|
String |
getName()
Obtain the name of the directory.
|
String |
getPath()
Obtain the path for this directory instance.
|
protected static final FilenameFilter XML_FILENAME_FILTER
public static final String CONFIG_UPGRADE_XML_FILENAME_PREFIX
protected File directory
public StackDefinitionDirectory(String directory)
directory
- underlying directorypublic ConfigurationDirectory getConfigurationDirectory(String directoryName, String propertiesDirectoryName)
directoryName
- name of the configuration directorypublic String getPath()
public String getAbsolutePath()
public String getName()
protected File getDirectory()
Copyright © 2022 Apache Software Foundation. All rights reserved.