public static class TacletSoundnessPOLoader.TacletInfo extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
alreadyInUse |
private String |
nameLowerCase |
private boolean |
notSupported |
private Taclet |
taclet |
Constructor and Description |
---|
TacletInfo(Taclet taclet,
boolean alreadyInUse,
boolean notSupported) |
Modifier and Type | Method and Description |
---|---|
String |
getNameLowerCase() |
Taclet |
getTaclet() |
boolean |
isAlreadyInUse() |
boolean |
isNotSupported() |
String |
toString() |