|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rj.tools.jcsc.plugins.intellij.JCSCOptions
Options for the JCSC plugin
Field Summary | |
static java.lang.String |
FAILSEVERITY
fail severity property |
static java.lang.String |
FAILVIONCSSRATIO
fail vio/ncss ratio property |
static java.lang.String |
RULESFILE
rules file property |
Constructor Summary | |
JCSCOptions()
|
Method Summary | |
protected java.lang.Object |
clone()
Clone the current options |
java.lang.String |
getFailSeverity()
Get the fail severity |
java.lang.String |
getFailVioNCSSRatio()
Get the fail vio/ncss ratio |
java.lang.String |
getRulesFile()
Get the full qualified path to the rules file |
void |
readExternal(org.jdom.Element element)
Read options from project IntelliJ XML |
void |
setFailSeverity(java.lang.String failSeverity)
Set the fail severity |
void |
setFailVioNCSSRatio(java.lang.String failVioNCSSRatio)
Set the fail vio/ncss ratio |
void |
setRulesFile(java.lang.String filePath)
Set the rules file path |
void |
writeExternal(org.jdom.Element element)
Write options to IntelliJ XML |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String RULESFILE
public static final java.lang.String FAILSEVERITY
public static final java.lang.String FAILVIONCSSRATIO
Constructor Detail |
public JCSCOptions()
Method Detail |
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public java.lang.String getRulesFile()
public void setRulesFile(java.lang.String filePath)
filePath
- public java.lang.String getFailSeverity()
public void setFailSeverity(java.lang.String failSeverity)
failSeverity
- public java.lang.String getFailVioNCSSRatio()
public void setFailVioNCSSRatio(java.lang.String failVioNCSSRatio)
failVioNCSSRatio
- public void readExternal(org.jdom.Element element) throws com.intellij.openapi.util.InvalidDataException
readExternal
in interface com.intellij.openapi.util.JDOMExternalizable
element
-
com.intellij.openapi.util.InvalidDataException
public void writeExternal(org.jdom.Element element) throws com.intellij.openapi.util.WriteExternalException
writeExternal
in interface com.intellij.openapi.util.JDOMExternalizable
element
-
com.intellij.openapi.util.WriteExternalException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |