Home | History | Annotate | Download | only in target

Lines Matching refs:Package

17 package vogar.target;
32 * Inspects the classpath to return the classes in a requested package. This
67 * Returns a package describing the loadable classes whose package name is
70 public Package scan(String packageName) throws IOException {
82 return new Package(this, subpackageNames, topLevelClasses);
87 * add them to the respective sets. Searches the package on the whole class
109 * add them to the respective sets. Searches the package in a single jar file.
119 // check if the Jar contains the package.
127 // check if the class is in the package itself or in one of its
142 * Gets the class and package entries from a Jar.
155 // add the entry name of the classes package, i.e. the entry name of
157 // if they do not contain a certain package.
162 // JAR files that contains subpackages of a given package, even if
163 // an intermediate package contains no direct classes.
165 // Classes in the default package will cause a single package named
181 * add them to the respective sets. Searches the package from a class directory.
206 * add them to the respective sets. Searches the package in a single APK.