Uses of Class
org.codehaus.mojo.extraenforcer.dependencies.ClassFile
Packages that use ClassFile
-
Uses of ClassFile in org.codehaus.mojo.extraenforcer.dependencies
Methods in org.codehaus.mojo.extraenforcer.dependencies that return ClassFileMethods in org.codehaus.mojo.extraenforcer.dependencies with parameters of type ClassFileModifier and TypeMethodDescriptionvoid
Add a new .class file with the same exact path and name as the other classes this file represents (though the artifact can be different).Constructors in org.codehaus.mojo.extraenforcer.dependencies with parameters of type ClassFileModifierConstructorDescriptionClassesWithSameName
(org.apache.maven.enforcer.rule.api.EnforcerLogger log, ClassFile initialClassFile, ClassFile... additionalClassFiles)