public class EntityBeanCheck extends AbstractBeanCheck
public.final.public constructor with no parameters.finalize method.| Constructor and Description |
|---|
EntityBeanCheck()
Creates a new
EntityBeanCheck instance. |
| Modifier and Type | Method and Description |
|---|---|
PersistenceOption |
getPersistenceOption()
Returns the set
PersistenceOption. |
String |
getVersion()
Determines the EJB version.
|
void |
setPersistence(String aOption)
Set the persistence option to enforce.
|
void |
setVersion(String aVersion)
Sets the EJB version.
|
void |
visitToken(DetailAST aAST)
Called to process a token.
|
checkBean, getDefaultTokens, getRequiredTokensgetMethodChecker, log, logName, setMethodCheckerbeginTree, destroy, finishTree, getAcceptableTokens, getClassLoader, getFileContents, getLines, getTabWidth, getTokenNames, init, leaveToken, log, log, setClassLoader, setFileContents, setMessages, setTabWidth, setTokensgetId, getMessageBundle, getSeverity, getSeverityLevel, log, log, log, log, log, log, log, log, log, setId, setSeverityconfigure, contextualize, finishLocalSetup, getConfiguration, setupChildpublic void setPersistence(String aOption) throws org.apache.commons.beanutils.ConversionException
aOption - string to decode option fromorg.apache.commons.beanutils.ConversionException - if unable to decodepublic PersistenceOption getPersistenceOption()
PersistenceOption.PersistenceOptionpublic void setVersion(String aVersion)
aVersion - the EJB version.public String getVersion()
public void visitToken(DetailAST aAST)
visitToken in class CheckaAST - the token to process