|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDLException | |
com.arsdigita.persistence.pdl | Verifies and loads Persistence Definition Language (PDL) files for use by the persistence metadata system. |
Uses of PDLException in com.arsdigita.persistence.pdl |
Methods in com.arsdigita.persistence.pdl that throw PDLException | |
static void |
TestPDLGenerator.main(String[] args)
Compiles pdl files specifically for tests. |
static void |
SQLRegressionGenerator.main(String[] args)
Generates SQL regression tests to verify objects are complete |
void |
PDL.load(Reader r,
String filename)
Parses a PDL file into an AST. |
void |
PDL.load(File f)
Parse a PDL file into an AST. |
void |
PDL.load(String filename)
Parse a PDL file into an AST. |
void |
PDL.loadResource(String s)
|
static void |
PDL.main(String[] args)
Compiles pdl files into one xml file. |
static MetadataRoot |
PDL.compilePDLFiles(Collection files)
Compiles PDL to Persistence Metadata |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |