Skip navigation links
A B C E F G H I J M O P R S T V 

A

asString(T) - Method in class org.unidal.maven.plugin.project.rule.RuleEngine
 

B

buildArguments(AnnotatedElement, AnnotatedElement) - Method in enum org.unidal.maven.plugin.project.rule.RuleExemption
 
buildArguments(AnnotatedElement, AnnotatedElement) - Method in enum org.unidal.maven.plugin.project.rule.RuleFailure
 
buildMemberMap(T[]) - Method in class org.unidal.maven.plugin.project.rule.RuleEngine
 

C

ClassRule - Enum in org.unidal.maven.plugin.project.rule
 
compare(T, T) - Method in interface org.unidal.maven.plugin.project.rule.IRule
Compare the two annotated elements(Class, Field, Constructor and Method) to determine the back compatibility.
configure(RuleRegistry) - Method in class org.unidal.maven.plugin.project.rule.RuleConfigurator
 
ConstructorRule - Enum in org.unidal.maven.plugin.project.rule
 

E

execute() - Method in class org.unidal.maven.plugin.project.HadoopJobMojo
 
execute() - Method in class org.unidal.maven.plugin.project.JobInstallerMojo
 
execute() - Method in class org.unidal.maven.plugin.project.MigrateMojo
 
execute() - Method in class org.unidal.maven.plugin.project.MigrateTermMojo
 
execute() - Method in class org.unidal.maven.plugin.project.PackageMojo
 
execute(Class<?>, Class<?>, IRuleErrorHandler, IRuleExemptionHandler) - Method in class org.unidal.maven.plugin.project.rule.RuleEngine
 
execute() - Method in class org.unidal.maven.plugin.project.SourceMojo
 
execute() - Method in class org.unidal.maven.plugin.project.StartTestServerMojo
 

F

FieldRule - Enum in org.unidal.maven.plugin.project.rule
 
findMember(Map<String, List<T>>, T) - Method in class org.unidal.maven.plugin.project.rule.RuleEngine
 

G

getByErrorCode(int) - Static method in enum org.unidal.maven.plugin.project.rule.RuleFailure
 
getByReasonCode(int) - Static method in enum org.unidal.maven.plugin.project.rule.RuleExemption
 
getClassRules() - Method in class org.unidal.maven.plugin.project.rule.RuleRegistry
 
getConstructorRules() - Method in class org.unidal.maven.plugin.project.rule.RuleRegistry
 
getErrorCode() - Method in enum org.unidal.maven.plugin.project.rule.RuleFailure
 
getFieldRules() - Method in class org.unidal.maven.plugin.project.rule.RuleRegistry
 
getMessage(AnnotatedElement, AnnotatedElement) - Method in enum org.unidal.maven.plugin.project.rule.RuleExemption
 
getMessage(AnnotatedElement, AnnotatedElement) - Method in enum org.unidal.maven.plugin.project.rule.RuleFailure
 
getMethodRules() - Method in class org.unidal.maven.plugin.project.rule.RuleRegistry
 
getName() - Method in enum org.unidal.maven.plugin.project.rule.ClassRule
 
getName() - Method in enum org.unidal.maven.plugin.project.rule.ConstructorRule
 
getName() - Method in enum org.unidal.maven.plugin.project.rule.FieldRule
 
getName() - Method in interface org.unidal.maven.plugin.project.rule.IRule
 
getName() - Method in enum org.unidal.maven.plugin.project.rule.MethodRule
 
getReasonCode() - Method in enum org.unidal.maven.plugin.project.rule.RuleExemption
 
getRegistry() - Method in class org.unidal.maven.plugin.project.rule.RuleEngine
 
getType() - Method in enum org.unidal.maven.plugin.project.rule.ClassRule
 
getType() - Method in enum org.unidal.maven.plugin.project.rule.ConstructorRule
 
getType() - Method in enum org.unidal.maven.plugin.project.rule.FieldRule
 
getType() - Method in interface org.unidal.maven.plugin.project.rule.IRule
 
getType() - Method in enum org.unidal.maven.plugin.project.rule.MethodRule
 

H

HadoopJobMojo - Class in org.unidal.maven.plugin.project
Package a hadoop job (named MyJob) into MyJob-1.0.0.jar, which can be submitted to hadoop environment to execute directly.
HadoopJobMojo() - Constructor for class org.unidal.maven.plugin.project.HadoopJobMojo
 

I

IRule<T extends AnnotatedElement> - Interface in org.unidal.maven.plugin.project.rule
 
IRuleErrorHandler - Interface in org.unidal.maven.plugin.project.rule
 
IRuleExemptionHandler - Interface in org.unidal.maven.plugin.project.rule
 

J

job - package job
 
JobInstaller - Class in job
This class is not required for job-installer plugin to run, but the installer generated by the job installer plugin will use it to extract the job installer jar automatically.
JobInstaller() - Constructor for class job.JobInstaller
 
JobInstallerMojo - Class in org.unidal.maven.plugin.project
Package a normal job (named MyJob) into MyJob-installer.jar, which can be self-extracted to folder(./MyJob-1.0.0) using following command:
java -jar MyJob-1.0.0-installer.jar [dir]
JobInstallerMojo() - Constructor for class org.unidal.maven.plugin.project.JobInstallerMojo
 

M

m_project - Variable in class org.unidal.maven.plugin.project.HadoopJobMojo
Current project
m_project - Variable in class org.unidal.maven.plugin.project.JobInstallerMojo
Current project
main(String[]) - Static method in class job.JobInstaller
 
MethodRule - Enum in org.unidal.maven.plugin.project.rule
 
migrateDirectory(File, File, String, String) - Method in class org.unidal.maven.plugin.project.MigrateMojo
 
migrateDirectory(File) - Method in class org.unidal.maven.plugin.project.MigrateTermMojo
 
migrateDirectory(File, File) - Method in class org.unidal.maven.plugin.project.MigrateTermMojo
 
migrateFile(File, File) - Method in class org.unidal.maven.plugin.project.MigrateMojo
 
migrateFile(File, File) - Method in class org.unidal.maven.plugin.project.MigrateTermMojo
 
MigrateMojo - Class in org.unidal.maven.plugin.project
Migrate all source files from one project to another project using a different package base.If current project is a pom project, then all its module project will be migrated as well.
MigrateMojo() - Constructor for class org.unidal.maven.plugin.project.MigrateMojo
 
migrateSource(File, File, String) - Method in class org.unidal.maven.plugin.project.MigrateMojo
 
MigrateTermMojo - Class in org.unidal.maven.plugin.project
Migrate all term occurred.
MigrateTermMojo() - Constructor for class org.unidal.maven.plugin.project.MigrateTermMojo
 
modifyClasspathFile(Set<String>) - Method in class org.unidal.maven.plugin.project.SourceMojo
 

O

onError(AnnotatedElement, AnnotatedElement, RuleFailure) - Method in interface org.unidal.maven.plugin.project.rule.IRuleErrorHandler
 
onExemption(AnnotatedElement, AnnotatedElement, RuleExemption) - Method in interface org.unidal.maven.plugin.project.rule.IRuleExemptionHandler
 
org.unidal.maven.plugin.project - package org.unidal.maven.plugin.project
 
org.unidal.maven.plugin.project.rule - package org.unidal.maven.plugin.project.rule
 
outputDir - Variable in class org.unidal.maven.plugin.project.HadoopJobMojo
 
outputDir - Variable in class org.unidal.maven.plugin.project.JobInstallerMojo
 

P

PackageMojo - Class in org.unidal.maven.plugin.project
Package all source files in the project for backup purpose.
PackageMojo() - Constructor for class org.unidal.maven.plugin.project.PackageMojo
 
processClass(Class<?>, Class<?>, IRuleErrorHandler, IRuleExemptionHandler) - Method in class org.unidal.maven.plugin.project.rule.RuleEngine
 
processConstructor(Constructor<?>, Constructor<?>, IRuleErrorHandler, IRuleExemptionHandler) - Method in class org.unidal.maven.plugin.project.rule.RuleEngine
 
processField(Field, Field, IRuleErrorHandler, IRuleExemptionHandler) - Method in class org.unidal.maven.plugin.project.rule.RuleEngine
 
processMethod(Method, Method, IRuleErrorHandler, IRuleExemptionHandler) - Method in class org.unidal.maven.plugin.project.rule.RuleEngine
 

R

register(IRule<? extends AnnotatedElement>) - Method in class org.unidal.maven.plugin.project.rule.RuleRegistry
 
replaceAll(String, String, String) - Method in class org.unidal.maven.plugin.project.MigrateMojo
 
replaceAll(String, String, String) - Method in class org.unidal.maven.plugin.project.MigrateTermMojo
 
reversePackage(String) - Method in class org.unidal.maven.plugin.project.MigrateMojo
 
RuleConfigurator - Class in org.unidal.maven.plugin.project.rule
 
RuleConfigurator() - Constructor for class org.unidal.maven.plugin.project.rule.RuleConfigurator
 
RuleEngine - Class in org.unidal.maven.plugin.project.rule
 
RuleEngine() - Constructor for class org.unidal.maven.plugin.project.rule.RuleEngine
 
RuleExemption - Enum in org.unidal.maven.plugin.project.rule
 
RuleFailure - Enum in org.unidal.maven.plugin.project.rule
 
RuleRegistry - Class in org.unidal.maven.plugin.project.rule
 
RuleRegistry() - Constructor for class org.unidal.maven.plugin.project.rule.RuleRegistry
 
RuleType - Enum in org.unidal.maven.plugin.project.rule
 
runJavaApplication(String, String, Map<String, String>) - Method in class org.unidal.maven.plugin.project.StartTestServerMojo
 
runMavenApplication(Map<String, String>, String...) - Method in class org.unidal.maven.plugin.project.StartTestServerMojo
 

S

saveXml(Document, File) - Method in class org.unidal.maven.plugin.project.SourceMojo
 
SourceMojo - Class in org.unidal.maven.plugin.project
Add generated sources to eclipse class path (.classpath).
SourceMojo() - Constructor for class org.unidal.maven.plugin.project.SourceMojo
 
StartTestServerMojo - Class in org.unidal.maven.plugin.project
Start TestServer from source code.
StartTestServerMojo() - Constructor for class org.unidal.maven.plugin.project.StartTestServerMojo
 

T

toString() - Method in enum org.unidal.maven.plugin.project.rule.RuleExemption
 
toString() - Method in enum org.unidal.maven.plugin.project.rule.RuleFailure
 

V

valueOf(String) - Static method in enum org.unidal.maven.plugin.project.rule.ClassRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.unidal.maven.plugin.project.rule.ConstructorRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.unidal.maven.plugin.project.rule.FieldRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.unidal.maven.plugin.project.rule.MethodRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.unidal.maven.plugin.project.rule.RuleExemption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.unidal.maven.plugin.project.rule.RuleFailure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.unidal.maven.plugin.project.rule.RuleType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.unidal.maven.plugin.project.rule.ClassRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.unidal.maven.plugin.project.rule.ConstructorRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.unidal.maven.plugin.project.rule.FieldRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.unidal.maven.plugin.project.rule.MethodRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.unidal.maven.plugin.project.rule.RuleExemption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.unidal.maven.plugin.project.rule.RuleFailure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.unidal.maven.plugin.project.rule.RuleType
Returns an array containing the constants of this enum type, in the order they are declared.
verbose - Variable in class org.unidal.maven.plugin.project.HadoopJobMojo
Verbose information or not
verbose - Variable in class org.unidal.maven.plugin.project.JobInstallerMojo
Verbose information or not
A B C E F G H I J M O P R S T V 
Skip navigation links

Copyright © 2022 Unidal Organization. All rights reserved.