org.apache.maven.jxr.pacman
public class ImportType extends BaseType
Constructor Summary | |
---|---|
ImportType(String name)
Create a new ImportType with the specified name
|
Method Summary | |
---|---|
String | getPackage()
Get the name of the package that this import is based on: EX: test.* will
return "test" EX: test.Test will return "test" |
boolean | isClass()
Return true if this is a class import. |
boolean | isPackage()
Return true if this is a package import. |
Parameters: name