Package net.sourceforge.pmd.lang.rule
Class ImportWrapper
- java.lang.Object
-
- net.sourceforge.pmd.lang.rule.ImportWrapper
-
@Deprecated public class ImportWrapper extends Object
Deprecated.This class is only useful for Java rules and should not have been added to pmd-core. It will be removed with PMD 7.
-
-
Constructor Summary
Constructors Constructor Description ImportWrapper(String fullname, String name)
Deprecated.ImportWrapper(String fullname, String name, Node node)
Deprecated.ImportWrapper(String fullname, String name, Node node, boolean isStaticDemand)
Deprecated.ImportWrapper(String fullname, String name, Node node, Class<?> type, boolean isStaticDemand)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object other)
Deprecated.String
getFullName()
Deprecated.String
getName()
Deprecated.Node
getNode()
Deprecated.int
hashCode()
Deprecated.boolean
isStaticOnDemand()
Deprecated.boolean
matches(ImportWrapper i)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
matches
public boolean matches(ImportWrapper i)
Deprecated.
-
getName
public String getName()
Deprecated.
-
getFullName
public String getFullName()
Deprecated.
-
getNode
public Node getNode()
Deprecated.
-
isStaticOnDemand
public boolean isStaticOnDemand()
Deprecated.
-
-