|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceType | |
---|---|
net.sourceforge.pmd | This is the PMD programming mistake detector. |
net.sourceforge.pmd.sourcetypehandlers |
Uses of SourceType in net.sourceforge.pmd |
---|
Fields in net.sourceforge.pmd declared as SourceType | |
---|---|
static SourceType |
SourceType.JAVA_13
|
static SourceType |
SourceType.JAVA_14
|
static SourceType |
SourceType.JAVA_15
|
static SourceType |
SourceType.JAVA_16
|
static SourceType |
SourceType.JAVA_17
|
static SourceType |
SourceType.JSP
|
Methods in net.sourceforge.pmd that return SourceType | |
---|---|
SourceType |
RuleContext.getSourceType()
|
static SourceType |
SourceType.getSourceTypeForId(java.lang.String id)
Get the SourceType for a certain Id. |
SourceType |
SourceTypeDiscoverer.getSourceTypeOfFile(java.io.File sourceFile)
Get the SourceType of a given source file. |
SourceType |
SourceTypeDiscoverer.getSourceTypeOfFile(java.lang.String fileName)
Get the SourceType of a source file with given name. |
SourceType |
SourceTypeDiscoverer.getSourceTypeOfJavaFiles()
|
Methods in net.sourceforge.pmd with parameters of type SourceType | |
---|---|
int |
SourceType.compareTo(SourceType other)
|
static Language |
SourceTypeToRuleLanguageMapper.getMappedLanguage(SourceType sourceType)
Get the RuleLanguage that corresponds to the given SourceType. |
void |
PMD.processFile(java.io.Reader reader,
RuleSets ruleSets,
RuleContext ctx,
SourceType sourceType)
Processes the file read by the reader against the rule set. |
static void |
PMD.processFiles(int threadCount,
RuleSetFactory ruleSetFactory,
SourceType sourceType,
java.util.List<DataSource> files,
RuleContext ctx,
java.util.List<Renderer> renderers,
boolean stressTestEnabled,
java.lang.String rulesets,
boolean shortNamesEnabled,
java.lang.String inputPath,
java.lang.String encoding,
java.lang.String excludeMarker,
java.lang.ClassLoader classLoader)
Run PMD on a list of files using multiple threads. |
static void |
PMD.processFiles(int threadCount,
RuleSetFactory ruleSetFactory,
SourceType sourceType,
java.util.List<DataSource> files,
RuleContext ctx,
java.util.List<Renderer> renderers,
java.lang.String rulesets,
boolean shortNamesEnabled,
java.lang.String inputPath,
java.lang.String encoding,
java.lang.String excludeMarker,
java.lang.ClassLoader classLoader)
Run PMD on a list of files using multiple threads. |
void |
PMD.setJavaVersion(SourceType javaVersion)
Set the SourceType to be used for ".java" files. |
void |
RuleContext.setSourceType(SourceType t)
|
void |
SourceTypeDiscoverer.setSourceTypeOfJavaFiles(SourceType sourceType)
Set the SourceType of files with ".java" extension. |
Uses of SourceType in net.sourceforge.pmd.sourcetypehandlers |
---|
Methods in net.sourceforge.pmd.sourcetypehandlers with parameters of type SourceType | |
---|---|
static SourceTypeHandler |
SourceTypeHandlerBroker.getVisitorsFactoryForSourceType(SourceType sourceType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |