|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.denova.io.FileGroup
Manages multiple install types, folders, and components. A FileGroup is a collection of elements. Each element may itself be a FileGroup, or a FileSet.
| Constructor Summary | |
FileGroup()
Creates a new proprerty list for the file group's attributes. |
|
FileGroup(com.denova.util.PropertyList properties)
Sets the property list to use to maintain the file group. |
|
FileGroup(java.lang.String name,
java.lang.String description,
java.util.Vector elements)
A new property list is created to store the file group settings. |
|
| Method Summary | |
static void |
displayText(java.lang.String s)
Display text. |
java.lang.String |
getDescription()
Get the description of this file group. |
java.util.Vector |
getElements()
Get the elements of this file group. |
java.lang.String |
getName()
Get the name of this file group. |
com.denova.util.PropertyList |
getProperties()
Get the property list that is being used for the FileGroup. |
void |
setDescription(java.lang.String description)
Set the description of this file group. |
void |
setElements(java.util.Vector elements)
Set the elements for this file group. |
void |
setName(java.lang.String name)
Set the name of this file group. |
void |
setProperties(com.denova.util.PropertyList properties)
Set the property list to use. |
static void |
setTextDisplay(com.denova.ui.TextDisplayable d)
Set the display area where any displayText appears. |
java.lang.String |
toString()
Get the name of this file group. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FileGroup()
public FileGroup(com.denova.util.PropertyList properties)
properties - the property list where the file group attributes are maintained.
public FileGroup(java.lang.String name,
java.lang.String description,
java.util.Vector elements)
A new property list is created to store the file group settings.
name - the name of this file group| Method Detail |
public void setName(java.lang.String name)
name - name of the group of filespublic java.lang.String getName()
public void setDescription(java.lang.String description)
description - description of the group of filespublic java.lang.String getDescription()
public void setElements(java.util.Vector elements)
Converts the elements into one long concatenated string.
elements - elements of the group of filespublic java.util.Vector getElements()
public void setProperties(com.denova.util.PropertyList properties)
properties - list of propertiespublic com.denova.util.PropertyList getProperties()
public java.lang.String toString()
toString in class java.lang.Objectpublic static void setTextDisplay(com.denova.ui.TextDisplayable d)
d - text display areapublic static void displayText(java.lang.String s)
This method is useful to keep the user up-to-date about what's happening on their system as you work with FileGroups.
s - text to display
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||