|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.it.admin.SimpleSenInformation
public class SimpleSenInformation
Simple Sen information class, constructed with a string that should be either the real sen, "MISSING"
or
null
.
Constructor Summary | |
---|---|
SimpleSenInformation(java.lang.String senProperty)
|
Method Summary | |
---|---|
java.lang.String |
getSen()
Retrieves the SEN if known and present, null if not known or missing. |
boolean |
isMissing()
Returns true if the license is known to have no SEN. |
boolean |
isUnknown()
Returns true if SEN information about this license is known. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleSenInformation(java.lang.String senProperty)
Method Detail |
---|
public boolean isUnknown()
SenInformation
isUnknown
in interface SenInformation
public boolean isMissing()
SenInformation
isMissing
in interface SenInformation
public java.lang.String getSen()
SenInformation
getSen
in interface SenInformation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |