Configuration Class Reference

Inherits com::webobjects::appserver::xml::WOXMLCoding.

Collaboration diagram for Configuration:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void addPath (String path)
void addRule (GSVRule rule)
NSArray availableFontLists ()
Class classForCoder ()
 Configuration (WOXMLDecoder decoder)
 Configuration (String s)
void encodeWithWOXMLCoder (WOXMLCoder coder)
String fontList ()
boolean hasRecent ()
boolean hasRules ()
String password ()
NSMutableArray paths ()
NSMutableArray quickRules ()
void removePath (String path)
void removeRule (GSVRule rule)
void setFontList (String s)
void setPassword (String s)
void setQuickRules (NSMutableArray rules)

Static Public Member Functions

static Configuration configurationWithPath (java.lang.String path)

Private Attributes

NSArray availableFontLists
String fontList
String password
NSMutableArray paths = new NSMutableArray()
NSMutableArray quickRules = new NSMutableArray()


Constructor & Destructor Documentation

Configuration ( String  s  ) 

Configuration ( WOXMLDecoder  decoder  ) 


Member Function Documentation

void addPath ( String  path  ) 

void addRule ( GSVRule  rule  ) 

Class classForCoder (  ) 

static Configuration configurationWithPath ( java.lang.String  path  )  [static]

void encodeWithWOXMLCoder ( WOXMLCoder  coder  ) 

String fontList (  ) 

boolean hasRecent (  ) 

boolean hasRules (  ) 

String password (  ) 

void removePath ( String  path  ) 

void removeRule ( GSVRule  rule  ) 

void setFontList ( String  s  ) 

void setPassword ( String  s  ) 

void setQuickRules ( NSMutableArray  rules  ) 


Member Data Documentation

Initial value:

 new NSArray(new Object[] {
        "Arial,Helvetica", "Osaka,MS P Gothic" })
java.lang.String

String fontList [private]

String password [private]

NSMutableArray paths = new NSMutableArray() [private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:11 2012 for Project Wonder by  doxygen 1.5.8