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 |
---|
TacletSoundnessPOLoader.TacletInfo(Taclet taclet,
boolean alreadyInUse,
boolean notSupported) |
Modifier and Type | Method and Description |
---|---|
String |
getNameLowerCase() |
Taclet |
getTaclet() |
boolean |
isAlreadyInUse() |
boolean |
isNotSupported() |
String |
toString() |
private final Taclet taclet
private final boolean alreadyInUse
private final boolean notSupported
private final String nameLowerCase
public TacletSoundnessPOLoader.TacletInfo(Taclet taclet, boolean alreadyInUse, boolean notSupported)