|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Model
Method Summary | |
---|---|
String |
characterEncoding()
|
ClassInfo |
classById(String id)
|
ClassInfo |
classByName(String nam)
|
HashSet<ClassInfo> |
classes(PackageInfo pi)
Return all ClassInfo objects contained in the given package and in sub- packages, which belong to the same targetNamespace as the given package. |
void |
initialise(ShapeChangeResult r,
Options o,
String repositoryFileNameOrConnectionString)
|
void |
initialise(ShapeChangeResult r,
Options o,
String repositoryFileNameOrConnectionString,
String username,
String password)
|
Options |
options()
|
PackageInfo |
packageById(String id)
|
HashSet<PackageInfo> |
packages()
|
void |
postprocessAfterLoadingAndValidate()
|
ShapeChangeResult |
result()
|
HashSet<PackageInfo> |
schemas(String name)
Collect and return all PackageInfo objects tagged as being a schema. |
HashSet<PackageInfo> |
selectedSchemas()
Return all schemas that are selected using the relevant parameters: appSchemaName, appSchemaNameRegex, appSchemaNamespaceRegex |
void |
shutdown()
|
int |
type()
|
Method Detail |
---|
Options options()
ShapeChangeResult result()
void initialise(ShapeChangeResult r, Options o, String repositoryFileNameOrConnectionString) throws ShapeChangeAbortException
ShapeChangeAbortException
void initialise(ShapeChangeResult r, Options o, String repositoryFileNameOrConnectionString, String username, String password) throws ShapeChangeAbortException
ShapeChangeAbortException
int type()
HashSet<PackageInfo> schemas(String name)
HashSet<PackageInfo> selectedSchemas()
PackageInfo.isSchema()
HashSet<ClassInfo> classes(PackageInfo pi)
void postprocessAfterLoadingAndValidate()
PackageInfo packageById(String id)
ClassInfo classById(String id)
ClassInfo classByName(String nam)
String characterEncoding()
void shutdown()
HashSet<PackageInfo> packages()
PackageInfo
objects contained in the model
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |