|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InexistentEntityException | |
---|---|
org.designwizard.design | |
org.designwizard.design.manager | |
org.designwizard.designrules | |
org.designwizard.main |
Uses of InexistentEntityException in org.designwizard.design |
---|
Methods in org.designwizard.design that throw InexistentEntityException | |
---|---|
ClassNode |
Design.getClass(java.lang.String className)
Returns a ClassEntity represented by the specified className. |
ClassNode |
DesignIF.getClass(java.lang.String className)
Returns a ClassEntity represented by the specified className. |
ClassNode |
DesignIF.getClass(java.lang.String className)
Returns a ClassEntity represented by the specified className. |
ClassNode |
Design.getClass(java.lang.String className)
Returns a ClassEntity represented by the specified className. |
Entity |
Design.getEntity(java.lang.String entityName)
Method that return the entity with the specified name. |
Entity |
DesignIF.getEntity(java.lang.String name)
Method that return the entity with the specified name. |
Entity |
DesignIF.getEntity(java.lang.String name)
Method that return the entity with the specified name. |
Entity |
Design.getEntity(java.lang.String entityName)
Method that return the entity with the specified name. |
FieldNode |
ClassNode.getField(java.lang.String name)
Returns a FieldNode object that reflects the specified field
of the class or interface represented by this ClassNode object. |
FieldNode |
Design.getField(java.lang.String fieldName)
Returns a Field with the specified name. |
FieldNode |
DesignIF.getField(java.lang.String fieldName)
Returns a Field with the specified name. |
FieldNode |
ClassNode.getField(java.lang.String name)
Returns a FieldNode object that reflects the specified field
of the class or interface represented by this ClassNode object. |
FieldNode |
DesignIF.getField(java.lang.String fieldName)
Returns a Field with the specified name. |
FieldNode |
Design.getField(java.lang.String fieldName)
Returns a Field with the specified name. |
MethodNode |
Design.getMethod(java.lang.String methodName)
Returns a Method with the specified name. |
MethodNode |
DesignIF.getMethod(java.lang.String methodName)
Returns a Method with the specified name. |
MethodNode |
DesignIF.getMethod(java.lang.String methodName)
Returns a Method with the specified name. |
MethodNode |
Design.getMethod(java.lang.String methodName)
Returns a Method with the specified name. |
PackageNode |
Design.getPackage(java.lang.String fullyQualifiedNamePackage)
|
PackageNode |
DesignIF.getPackage(java.lang.String fullyQualifiedNamePackage)
|
PackageNode |
DesignIF.getPackage(java.lang.String fullyQualifiedNamePackage)
|
PackageNode |
Design.getPackage(java.lang.String fullyQualifiedNamePackage)
|
void |
Design.setParameters(java.lang.String method,
java.lang.String parameters)
|
void |
DesignIF.setParameters(java.lang.String m,
java.lang.String parameters)
|
void |
DesignIF.setParameters(java.lang.String m,
java.lang.String parameters)
|
void |
Design.setParameters(java.lang.String method,
java.lang.String parameters)
|
void |
Design.setReturnType(java.lang.String method,
java.lang.String returnType)
|
void |
DesignIF.setReturnType(java.lang.String m,
java.lang.String returnType)
Put the retunrType value on return type of the specified method. |
void |
DesignIF.setReturnType(java.lang.String m,
java.lang.String returnType)
Put the retunrType value on return type of the specified method. |
void |
Design.setReturnType(java.lang.String method,
java.lang.String returnType)
|
void |
Design.setVisibility(java.lang.String entityName,
Modifier visibility)
Returns a set containing all classes extracted. |
void |
DesignIF.setVisibility(java.lang.String method,
Modifier visibility)
Put the visibility value on visibility of the specified method. |
void |
DesignIF.setVisibility(java.lang.String method,
Modifier visibility)
Put the visibility value on visibility of the specified method. |
void |
Design.setVisibility(java.lang.String entityName,
Modifier visibility)
Returns a set containing all classes extracted. |
Uses of InexistentEntityException in org.designwizard.design.manager |
---|
Methods in org.designwizard.design.manager that throw InexistentEntityException | |
---|---|
ClassNode |
DesignManager.getClass(java.lang.String className)
Returns a ClassEntity represented by the specified className. |
ClassNode |
DesignManager.getClass(java.lang.String className)
Returns a ClassEntity represented by the specified className. |
Entity |
DesignManager.getEntity(java.lang.String entityName)
|
Entity |
DesignManager.getEntity(java.lang.String entityName)
|
FieldNode |
DesignManager.getField(java.lang.String fieldName)
Returns a Field with the specified name. |
FieldNode |
DesignManager.getField(java.lang.String fieldName)
Returns a Field with the specified name. |
MethodNode |
DesignManager.getMethod(java.lang.String methodName)
Returns a Method with the specified name. |
MethodNode |
DesignManager.getMethod(java.lang.String methodName)
Returns a Method with the specified name. |
PackageNode |
DesignManager.getPackage(java.lang.String fullyQualifiedNamePackage)
|
PackageNode |
DesignManager.getPackage(java.lang.String fullyQualifiedNamePackage)
|
Uses of InexistentEntityException in org.designwizard.designrules |
---|
Methods in org.designwizard.designrules that throw InexistentEntityException | |
---|---|
abstract boolean |
AbstractDependencesRule.checkRule()
|
boolean |
ClassDependencesRule.checkRule()
|
boolean |
HashCodeAndEqualsRule.checkRule()
|
boolean |
MethodDependencesRule.checkRule()
|
boolean |
PackageDependences.checkRule()
|
boolean |
Rule.checkRule()
This method checks whether the code are in conformance with the rule or not. |
boolean |
ClassDependencesRule.checkRule()
|
abstract boolean |
AbstractDependencesRule.checkRule()
|
boolean |
PackageDependences.checkRule()
|
boolean |
HashCodeAndEqualsRule.checkRule()
|
boolean |
Rule.checkRule()
This method checks whether the code are in conformance with the rule or not. |
boolean |
MethodDependencesRule.checkRule()
|
Uses of InexistentEntityException in org.designwizard.main |
---|
Methods in org.designwizard.main that throw InexistentEntityException | |
---|---|
ClassNode |
DesignWizard.getClass(java.lang.Class classEntity)
Returns the ClassNode object associated with the class or
interface with the given java class. |
ClassNode |
DesignWizard.getClass(java.lang.Class classEntity)
Returns the ClassNode object associated with the class or
interface with the given java class. |
ClassNode |
DesignWizard.getClass(java.lang.String className)
Returns the ClassNode object associated with the class or
interface with the given string name. |
ClassNode |
DesignWizard.getClass(java.lang.String className)
Returns the ClassNode object associated with the class or
interface with the given string name. |
FieldNode |
DesignWizard.getField(java.lang.String fieldName)
Returns the FieldNode object associated with the field
with the given string name. |
FieldNode |
DesignWizard.getField(java.lang.String fieldName)
Returns the FieldNode object associated with the field
with the given string name. |
MethodNode |
DesignWizard.getMethod(java.lang.String methodSignature)
Returns the MethodNode object associated with the method or
constructor with the given string signature. |
MethodNode |
DesignWizard.getMethod(java.lang.String methodSignature)
Returns the MethodNode object associated with the method or
constructor with the given string signature. |
PackageNode |
DesignWizard.getPackage(java.lang.String fullyQualifiedNamePackage)
Returns the PackageNode object associated with the package
with the given string name. |
PackageNode |
DesignWizard.getPackage(java.lang.String fullyQualifiedNamePackage)
Returns the PackageNode object associated with the package
with the given string name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |