@NotStorableClass public class PackageMgr extends Object
Constructor and Description |
---|
PackageMgr() |
Modifier and Type | Method and Description |
---|---|
void |
addClassFromProperties(String className) |
void |
addMethod(String[] path,
int beginIndex,
int endIndex,
String methodName,
EnumTransformationType transformationType) |
PackageNode |
addPackage(String[] path,
int beginIndex,
int endIndex,
EnumTransformationType transformAttribute) |
PackageNode |
addPackage(String className,
EnumTransformationType transformAttribute) |
String[] |
classFromProperties() |
EnumTransformationType |
transformAttribute(String[] classNamePath) |
public PackageNode addPackage(String className, EnumTransformationType transformAttribute)
public PackageNode addPackage(String[] path, int beginIndex, int endIndex, EnumTransformationType transformAttribute)
public void addMethod(String[] path, int beginIndex, int endIndex, String methodName, EnumTransformationType transformationType)
public EnumTransformationType transformAttribute(String[] classNamePath)
public void addClassFromProperties(String className)
public String[] classFromProperties()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.