Uses of Class
org.apache.maven.plugins.enforcer.ClassFile
-
Packages that use ClassFile Package Description org.apache.maven.plugins.enforcer -
-
Uses of ClassFile in org.apache.maven.plugins.enforcer
Fields in org.apache.maven.plugins.enforcer with type parameters of type ClassFile Modifier and Type Field Description private java.util.List<ClassFile>
ClassesWithSameName. list
Methods in org.apache.maven.plugins.enforcer that return ClassFile Modifier and Type Method Description ClassFile
ClassesWithSameName. previous()
Methods in org.apache.maven.plugins.enforcer with parameters of type ClassFile Modifier and Type Method Description void
ClassesWithSameName. add(ClassFile classFile)
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, java.lang.String otherClassFilePath)
Constructors in org.apache.maven.plugins.enforcer with parameters of type ClassFile Constructor Description ClassesWithSameName(org.apache.maven.plugin.logging.Log log, ClassFile initialClassFile, ClassFile... additionalClassFiles)
-