A B C F G I M O P S T V X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- allPOMs() - Static method in class org.scijava.meta.POM
-
Gets all available Maven POMs on the class path.
- archiverVersion() - Method in class org.scijava.meta.Manifest
- artifactId() - Method in class org.scijava.meta.POM
-
Gets the POM's artifactId.
B
- buildJdk() - Method in class org.scijava.meta.Manifest
- buildNumber(Class<?>) - Static method in class org.scijava.meta.Versions
-
Looks up the build number (typically an SCM revision) of the specified class.
- builtBy() - Method in class org.scijava.meta.Manifest
C
- cdata(String) - Method in class org.scijava.meta.XML
-
Obtains the CDATA identified by the given XPath expression.
- ciManagementSystem() - Method in class org.scijava.meta.POM
-
Gets the CI management system.
- ciManagementURL() - Method in class org.scijava.meta.POM
-
Gets the CI management URL.
- compare(String, String) - Static method in class org.scijava.meta.Versions
-
Compares two version strings.
- compareTo(POM) - Method in class org.scijava.meta.POM
- compareVersions(String, String) - Static method in class org.scijava.meta.POM
-
Compares two version strings.
- createdBy() - Method in class org.scijava.meta.Manifest
F
- fromManifest(Class<?>) - Static method in class org.scijava.meta.Versions
-
Looks up the version of the specified class using a JAR manifest if available, appending the build number to any
SNAPSHOTversion. - fromPOM(Class<?>, String, String) - Static method in class org.scijava.meta.Versions
-
Looks up the version of the specified class using the specified POM, or base POM directory if
groupIdandartifactIdarenull.
G
- get(String) - Method in class org.scijava.meta.Manifest
- getAll() - Method in class org.scijava.meta.Manifest
- groupId() - Method in class org.scijava.meta.POM
-
Gets the POM's groupId.
I
- implementationBuild() - Method in class org.scijava.meta.Manifest
- implementationDate() - Method in class org.scijava.meta.Manifest
- implementationTitle() - Method in class org.scijava.meta.Manifest
- implementationVendor() - Method in class org.scijava.meta.Manifest
- implementationVendorId() - Method in class org.scijava.meta.Manifest
- implementationVersion() - Method in class org.scijava.meta.Manifest
- issueManagementSystem() - Method in class org.scijava.meta.POM
-
Gets the issue management system.
- issueManagementURL() - Method in class org.scijava.meta.POM
-
Gets the issue management URL.
M
- manifest(File) - Static method in class org.scijava.meta.Manifest
-
Gets the JAR manifest associated with the given JAR file.
- manifest(Class<?>) - Static method in class org.scijava.meta.Manifest
-
Gets the JAR manifest associated with the given class.
- manifest(XML) - Static method in class org.scijava.meta.Manifest
-
Gets the JAR manifest associated with the given XML document.
- Manifest - Class in org.scijava.meta
-
Helper class for working with JAR manifests.
- manifestVersion() - Method in class org.scijava.meta.Manifest
O
- of(Class<?>) - Static method in class org.scijava.meta.Versions
-
Looks up the version of the specified class using any means available, appending the build number to any
SNAPSHOTversion. - of(Class<?>, String, String) - Static method in class org.scijava.meta.Versions
-
Looks up the version of the specified class using any means available, appending the build number to any
SNAPSHOTversion. - org.scijava.meta - module org.scijava.meta
- org.scijava.meta - package org.scijava.meta
- organizationName() - Method in class org.scijava.meta.POM
-
Gets the organization name.
- organizationURL() - Method in class org.scijava.meta.POM
-
Gets the organization URL.
P
- package_() - Method in class org.scijava.meta.Manifest
- parentArtifactId() - Method in class org.scijava.meta.POM
-
Gets the POM's parent artifactId.
- parentGroupId() - Method in class org.scijava.meta.POM
-
Gets the POM's parent groupId.
- parentVersion() - Method in class org.scijava.meta.POM
-
Gets the POM's parent artifactId.
- path() - Method in class org.scijava.meta.XML
-
Gets the path to the XML document, or null if none.
- pom(Class<?>) - Static method in class org.scijava.meta.POM
-
Gets the Maven POM associated with the given class.
- pom(Class<?>, String, String) - Static method in class org.scijava.meta.POM
-
Gets the Maven POM associated with the given class.
- POM - Class in org.scijava.meta
-
Helper class for working with Maven POMs.
- POM(File) - Constructor for class org.scijava.meta.POM
-
Parses a POM from the given file.
- POM(InputStream) - Constructor for class org.scijava.meta.POM
-
Parses a POM from the given input stream.
- POM(String) - Constructor for class org.scijava.meta.POM
-
Parses a POM from the given string.
- POM(URL) - Constructor for class org.scijava.meta.POM
-
Parses a POM from the given URL.
- projectDescription() - Method in class org.scijava.meta.POM
-
Gets the project description.
- projectInceptionYear() - Method in class org.scijava.meta.POM
-
Gets the project inception year.
- projectName() - Method in class org.scijava.meta.POM
-
Gets the project name.
- projectURL() - Method in class org.scijava.meta.POM
-
Gets the project URL.
S
- scmConnection() - Method in class org.scijava.meta.POM
-
Gets the SCM connection string.
- scmDeveloperConnection() - Method in class org.scijava.meta.POM
-
Gets the SCM developerConnection string.
- scmTag() - Method in class org.scijava.meta.POM
-
Gets the SCM tag.
- scmURL() - Method in class org.scijava.meta.POM
-
Gets the SCM URL.
- specificationTitle() - Method in class org.scijava.meta.Manifest
- specificationVendor() - Method in class org.scijava.meta.Manifest
- specificationVersion() - Method in class org.scijava.meta.Manifest
T
- toString() - Method in class org.scijava.meta.XML
V
- version() - Method in class org.scijava.meta.Manifest
- version() - Method in class org.scijava.meta.POM
-
Gets the POM's version.
- Versions - Class in org.scijava.meta
-
Useful methods for retrieving versions from JARs and POMs associated with
Classobjects.
X
- XML - Class in org.scijava.meta
-
Helper class for working with XML documents.
- XML(File) - Constructor for class org.scijava.meta.XML
-
Parses XML from the given file.
- XML(InputStream) - Constructor for class org.scijava.meta.XML
-
Parses XML from the given input stream.
- XML(String) - Constructor for class org.scijava.meta.XML
-
Parses XML from the given string.
- XML(URL) - Constructor for class org.scijava.meta.XML
-
Parses XML from the given URL.
All Classes All Packages