Skip navigation links
C E G I S 

C

CharacterSetEncodingRule - Class in com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding
Checks file encodings to see if they match the parameter or Maven property project.build.sourceEncoding.
CharacterSetEncodingRule() - Constructor for class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
 
com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding - package com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding
Parameters are nonnull by default.

E

execute(EnforcerRuleHelper) - Method in class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
 

G

getCacheId() - Method in class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
If your rule is cacheable, you must return a unique id when parameters or conditions change that would cause the result to be different.
getDirectory() - Method in class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
Getters and setters for the parameters (these are filled by Maven).
getExcludeRegex() - Method in class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
 
getFaultyFiles() - Method in class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
Get the faulty files list.
getIncludeRegex() - Method in class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
 
getRequireEncoding() - Method in class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
 

I

isCacheable() - Method in class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
This tells the system if the results are cacheable at all.
isResultValid(EnforcerRule) - Method in class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
If the rule is cacheable and the same id is found in the cache, the stored results are passed to this method to allow double checking of the results.

S

setDirectory(String) - Method in class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
 
setExcludeRegex(String) - Method in class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
 
setIncludeRegex(String) - Method in class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
 
setRequireEncoding(String) - Method in class com.github.mikkoi.maven.plugins.enforcer.rule.charsetencoding.CharacterSetEncodingRule
 
C E G I S 
Skip navigation links

Copyright © 2016. All rights reserved.