public class PotentialSchemaClass extends Object implements Comparable<PotentialSchemaClass>
| Constructor and Description |
|---|
PotentialSchemaClass(String fullClassName)
Constructor expecting the full class name including its package path with "." as separators.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PotentialSchemaClass other) |
String |
getAbsolutePathToMatch() |
String |
getFullClassName() |
boolean |
isAlreadyGenerated() |
void |
setAlreadyGenerated() |
public PotentialSchemaClass(String fullClassName)
fullClassName - targeted class's full namepublic int compareTo(PotentialSchemaClass other)
compareTo in interface Comparable<PotentialSchemaClass>public String getFullClassName()
public String getAbsolutePathToMatch()
public boolean isAlreadyGenerated()
public void setAlreadyGenerated()
Copyright © 2020 VicTools. All rights reserved.