|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.qoppa.preflight.profiles.Profile
Abstract class that represents a preflight profile. This class holds the set of rules that are applied to a document when preflighting. Different profiles are included in this package that extend this abstract class.
| Constructor Summary | |
Profile()
|
|
| Method Summary | |
Vector |
getContentRules()
Returns a list of the "content" rules used by this profile. |
abstract String |
getDescription()
Returns a simple description of this profile. |
abstract String |
getName()
Returns the name of this profile. |
Vector |
getOperatorRules()
Returns a list of the "operator" rules used by this profile. |
static Vector |
getProfileList()
Convenience method that returns a list of the possible concrete profiles provided with the product. |
Vector |
getStructureRules()
Returns a list of the "structure" rules used by this profile. |
String |
toString()
Returns the name of the profile. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Profile()
| Method Detail |
public static Vector getProfileList()
public abstract String getName()
public abstract String getDescription()
public String toString()
public Vector getStructureRules()
public Vector getContentRules()
public Vector getOperatorRules()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||