Uses of Class
org.apache.maven.plugins.enforcer.ClassFile
Packages that use ClassFile
-
Uses of ClassFile in org.apache.maven.plugins.enforcer
Fields in org.apache.maven.plugins.enforcer with type parameters of type ClassFileMethods in org.apache.maven.plugins.enforcer that return ClassFileMethods in org.apache.maven.plugins.enforcer 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).private static void
ClassesWithSameName.throwIfClassNameDoesNotMatch
(ClassFile classFile, String otherClassFilePath) Constructors in org.apache.maven.plugins.enforcer with parameters of type ClassFileModifierConstructorDescriptionClassesWithSameName
(org.apache.maven.plugin.logging.Log log, ClassFile initialClassFile, ClassFile... additionalClassFiles)