Uses of Class
ca.cgjennings.apps.arkham.plugins.catalog.Listing
-
Packages that use Listing Package Description ca.cgjennings.apps.arkham.plugins.catalog ca.cgjennings.apps.arkham.project -
-
Uses of Listing in ca.cgjennings.apps.arkham.plugins.catalog
Methods in ca.cgjennings.apps.arkham.plugins.catalog that return Listing Modifier and Type Method Description Listing
Catalog. get(int n)
Returns the listing at indexn
in the catalog.Methods in ca.cgjennings.apps.arkham.plugins.catalog with parameters of type Listing Modifier and Type Method Description void
Catalog. add(Listing li)
Adds a listing to the catalog.int
Listing. compareTo(Listing o)
boolean
Listing. isIdenticalTo(Listing other)
Returnstrue
if and only if the listing has exactly the same keys and values as the specified listing.Constructor parameters in ca.cgjennings.apps.arkham.plugins.catalog with type arguments of type Listing Constructor Description Catalog(java.net.URL base, java.util.Collection<Listing> listings)
Creates a catalog from a collection ofListing
s. -
Uses of Listing in ca.cgjennings.apps.arkham.project
Methods in ca.cgjennings.apps.arkham.project that return Listing Modifier and Type Method Description static Listing
PublishBundle. publish(java.io.File srcBundle, int method)
Deprecated.Takes an integer compression method for backwards compatibility.static Listing
PublishBundle. publish(java.io.File srcBundle, PluginBundlePublisher.CompressionMethod method)
Converts a bundle to published format and returns aListing
containing any catalog information specified by the bundle's root file.
-