| Package | Description |
|---|---|
| com.bmc.arsys.plugins.ftsconfig.helper.shared |
| Modifier and Type | Class and Description |
|---|---|
class |
CommentEntry
CommentEntry represents a comment entry in a configuration file
|
class |
LineFeedEntry
LineFeedEntry represents a line feed entry in a configuration file
|
class |
PropertyEntry |
class |
WhitespaceEntry
WhitespaceEntry represents a white space entry in a configuration file
|
| Modifier and Type | Method and Description |
|---|---|
AbstractEntry |
AbstractEntryContainer.getEntry(int index)
Gets an entry at a given index
|
AbstractEntry |
AbstractConfigurationFile.getEntry(int index)
Gets an entry at a given index
|
AbstractEntry |
ConfigurationFileListIterator.next()
Gets the next element in the List.
|
AbstractEntry |
ConfigurationFileListIterator.previous()
Gets the previous element in the List.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractEntry> |
AbstractEntryContainer.getEntries()
Gets the entries
|
List<AbstractEntry> |
AbstractConfigurationFile.getEntries()
Gets the entries
|
Iterator<AbstractEntry> |
AbstractEntryContainer.iterator()
Gets an Iterator for the AbstractEntries
|
Iterator<AbstractEntry> |
AbstractConfigurationFile.iterator()
Gets an Iterator for the AbstractEntries
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationFileListIterator.add(AbstractEntry entry)
Inserts the specified element into the List
|
void |
AbstractEntryContainer.addEntry(AbstractEntry entry)
Adds an entry
|
void |
AbstractConfigurationFile.addEntry(AbstractEntry entry)
Adds an entry
|
void |
AbstractEntryContainer.addEntry(int index,
AbstractEntry entry)
Adds an entry at an index
|
void |
AbstractConfigurationFile.addEntry(int index,
AbstractEntry entry)
Adds an entry at an index
|
boolean |
PropertiesConfigurationFile.allowsEntryType(AbstractEntry entry)
Determines if an entry type is allowed in this configuration File
|
boolean |
AbstractEntryContainer.allowsEntryType(AbstractEntry entry)
Determines if an entry type is allowed in this configuration File
|
int |
AbstractEntryContainer.indexOfEntry(AbstractEntry entry)
Gets the index of an AbstractEntry
|
int |
AbstractConfigurationFile.indexOfEntry(AbstractEntry entry)
Gets the index of an AbstractEntry
|
void |
AbstractEntryContainer.removeEntry(AbstractEntry entry)
Removes an entry
|
void |
AbstractConfigurationFile.removeEntry(AbstractEntry entry)
Removes an entry
|
void |
ConfigurationFileListIterator.set(AbstractEntry entry)
Replaces the last element returned by next or previous with the
specified element.
|
| Constructor and Description |
|---|
ConfigurationFileListIterator(AbstractConfigurationFile parent,
ListIterator<AbstractEntry> delegate)
Constructor for ConfigurationFileListIterator
|
? Copyright 2013 BMC Software, Inc.