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 booleanequals(Object other)Deprecated.StringgetFullName()Deprecated.StringgetName()Deprecated.NodegetNode()Deprecated.inthashCode()Deprecated.booleanisStaticOnDemand()Deprecated.booleanmatches(ImportWrapper i)Deprecated.StringtoString()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.
-
-