Index
All Classes|All Packages
A
- artifact() - Method in class com.github.aistomin.maven.browser.MavenArtifactVersion
- artifact() - Method in interface com.github.aistomin.maven.browser.MvnArtifactVersion
-
Maven artifact.
C
- com.github.aistomin.maven.browser - package com.github.aistomin.maven.browser
-
The root package of the "Maven Browser" project.
D
- dependency() - Method in class com.github.aistomin.maven.browser.MavenArtifactVersion
- dependency() - Method in interface com.github.aistomin.maven.browser.MvnArtifactVersion
-
Artifact's version dependency.
E
- EAR - com.github.aistomin.maven.browser.MvnPackagingType
-
Packaging type "ear".
- EJB - com.github.aistomin.maven.browser.MvnPackagingType
-
Packaging type "ejb".
- ENCODING - Static variable in class com.github.aistomin.maven.browser.MavenCentral
-
HTTP request encoding.
- equals(Object) - Method in class com.github.aistomin.maven.browser.MavenArtifact
- equals(Object) - Method in class com.github.aistomin.maven.browser.MavenArtifactVersion
- equals(Object) - Method in class com.github.aistomin.maven.browser.MavenGroup
F
- findArtifacts(String) - Method in class com.github.aistomin.maven.browser.MavenCentral
- findArtifacts(String) - Method in interface com.github.aistomin.maven.browser.MvnRepo
-
Search for the artifacts.
- findArtifacts(String, Integer, Integer) - Method in class com.github.aistomin.maven.browser.MavenCentral
- findArtifacts(String, Integer, Integer) - Method in interface com.github.aistomin.maven.browser.MvnRepo
-
Search for the artifacts.
- findVersions(MvnArtifact) - Method in class com.github.aistomin.maven.browser.MavenCentral
- findVersions(MvnArtifact) - Method in interface com.github.aistomin.maven.browser.MvnRepo
-
Search for the versions of the artifact.
- findVersions(MvnArtifact, Integer, Integer) - Method in class com.github.aistomin.maven.browser.MavenCentral
- findVersions(MvnArtifact, Integer, Integer) - Method in interface com.github.aistomin.maven.browser.MvnRepo
-
Search for the versions of the artifact.
- findVersionsNewerThan(MvnArtifactVersion) - Method in class com.github.aistomin.maven.browser.MavenCentral
- findVersionsNewerThan(MvnArtifactVersion) - Method in interface com.github.aistomin.maven.browser.MvnRepo
-
Search for all the versions of the artifact which are newer than provided version.
- findVersionsOlderThan(MvnArtifactVersion) - Method in class com.github.aistomin.maven.browser.MavenCentral
- findVersionsOlderThan(MvnArtifactVersion) - Method in interface com.github.aistomin.maven.browser.MvnRepo
-
Search for all the versions of the artifact which are older than provided version.
- forBuildr() - Method in class com.github.aistomin.maven.browser.MavenDependency
- forBuildr() - Method in interface com.github.aistomin.maven.browser.MvnDependency
-
Converts the dependency to Apache Buildr dependency string.
- forGradle() - Method in class com.github.aistomin.maven.browser.MavenDependency
- forGradle() - Method in interface com.github.aistomin.maven.browser.MvnDependency
-
Converts the dependency to Gradle/Grails dependency string.
- forGroovyGrape() - Method in class com.github.aistomin.maven.browser.MavenDependency
- forGroovyGrape() - Method in interface com.github.aistomin.maven.browser.MvnDependency
-
Converts the dependency to Groovy Grape dependency string.
- forIvy() - Method in class com.github.aistomin.maven.browser.MavenDependency
- forIvy() - Method in interface com.github.aistomin.maven.browser.MvnDependency
-
Converts the dependency to Apache Ivy dependency string.
- forLeiningen() - Method in class com.github.aistomin.maven.browser.MavenDependency
- forLeiningen() - Method in interface com.github.aistomin.maven.browser.MvnDependency
-
Converts the dependency to Leiningen dependency string.
- forMaven() - Method in class com.github.aistomin.maven.browser.MavenDependency
- forMaven() - Method in interface com.github.aistomin.maven.browser.MvnDependency
-
Converts the dependency to Apache Maven dependency string.
- forScala() - Method in class com.github.aistomin.maven.browser.MavenDependency
- forScala() - Method in interface com.github.aistomin.maven.browser.MvnDependency
-
Converts the dependency to Scala SBT dependency string.
G
- group() - Method in class com.github.aistomin.maven.browser.MavenArtifact
- group() - Method in interface com.github.aistomin.maven.browser.MvnArtifact
-
Artifact's group.
H
- hashCode() - Method in class com.github.aistomin.maven.browser.MavenArtifact
- hashCode() - Method in class com.github.aistomin.maven.browser.MavenArtifactVersion
- hashCode() - Method in class com.github.aistomin.maven.browser.MavenGroup
I
- identifier() - Method in class com.github.aistomin.maven.browser.MavenArtifact
- identifier() - Method in class com.github.aistomin.maven.browser.MavenArtifactVersion
- identifier() - Method in interface com.github.aistomin.maven.browser.MvnArtifact
-
Artifact's identifier.
- identifier() - Method in interface com.github.aistomin.maven.browser.MvnArtifactVersion
-
Artifact's version identifier.
J
- JAR - com.github.aistomin.maven.browser.MvnPackagingType
-
Packaging type "jar".
M
- MAVEN_PLUGIN - com.github.aistomin.maven.browser.MvnPackagingType
-
Packaging type "maven-plugin".
- MavenArtifact - Class in com.github.aistomin.maven.browser
-
Simple implementation of the Maven artifact entity.
- MavenArtifact(MvnGroup, String) - Constructor for class com.github.aistomin.maven.browser.MavenArtifact
-
Ctor.
- MavenArtifact(JSONObject) - Constructor for class com.github.aistomin.maven.browser.MavenArtifact
-
Ctor.
- MavenArtifactVersion - Class in com.github.aistomin.maven.browser
-
Simple implementation of the Maven artifact's version entity.
- MavenArtifactVersion(MvnArtifact, String, MvnPackagingType, Long) - Constructor for class com.github.aistomin.maven.browser.MavenArtifactVersion
-
Ctor.
- MavenArtifactVersion(JSONObject) - Constructor for class com.github.aistomin.maven.browser.MavenArtifactVersion
-
Ctor.
- MavenCentral - Class in com.github.aistomin.maven.browser
-
The class which works with Maven Central repository.
- MavenCentral() - Constructor for class com.github.aistomin.maven.browser.MavenCentral
-
Ctor.
- MavenCentral(String) - Constructor for class com.github.aistomin.maven.browser.MavenCentral
-
Ctor.
- MavenDependency - Class in com.github.aistomin.maven.browser
-
Simple implementation of the Maven artifact version's dependency entity.
- MavenDependency(MvnArtifactVersion) - Constructor for class com.github.aistomin.maven.browser.MavenDependency
-
Ctor.
- MavenGroup - Class in com.github.aistomin.maven.browser
-
Simple implementation of the Maven group entity.
- MavenGroup(String) - Constructor for class com.github.aistomin.maven.browser.MavenGroup
-
Ctor.
- MavenGroup(JSONObject) - Constructor for class com.github.aistomin.maven.browser.MavenGroup
-
Ctor.
- MAX_ROWS - Static variable in class com.github.aistomin.maven.browser.MavenCentral
-
Default max amount of rows that query will return.
- MvnArtifact - Interface in com.github.aistomin.maven.browser
-
The interface of classes which represent the Maven artifact.
- MvnArtifactVersion - Interface in com.github.aistomin.maven.browser
-
The interface of classes which represent the Maven artifact's version.
- MvnDependency - Interface in com.github.aistomin.maven.browser
-
The interface which is responsible for manipulating the Maven artifact's version as a Maven/Ant/Gradle dependency.
- MvnException - Exception in com.github.aistomin.maven.browser
-
Project specific exception.
- MvnException(Throwable) - Constructor for exception com.github.aistomin.maven.browser.MvnException
-
Ctor.
- MvnGroup - Interface in com.github.aistomin.maven.browser
-
The interface of classes which represent the Maven artifacts' group.
- MvnPackagingType - Enum in com.github.aistomin.maven.browser
-
The interface of classes which represent the Maven artifacts' group.
- MvnRepo - Interface in com.github.aistomin.maven.browser
-
The interface of classes which represent the Maven repository.
N
- name() - Method in class com.github.aistomin.maven.browser.MavenArtifact
- name() - Method in class com.github.aistomin.maven.browser.MavenArtifactVersion
- name() - Method in class com.github.aistomin.maven.browser.MavenGroup
- name() - Method in interface com.github.aistomin.maven.browser.MvnArtifact
-
Artifact's name.
- name() - Method in interface com.github.aistomin.maven.browser.MvnArtifactVersion
-
Version's name.
- name() - Method in interface com.github.aistomin.maven.browser.MvnGroup
-
Artifacts' group name.
P
- packaging() - Method in class com.github.aistomin.maven.browser.MavenArtifactVersion
- packaging() - Method in interface com.github.aistomin.maven.browser.MvnArtifactVersion
-
Artifact's packaging.
- packaging() - Method in enum com.github.aistomin.maven.browser.MvnPackagingType
-
Packaging type as it appears in pom.xml.
- PAR - com.github.aistomin.maven.browser.MvnPackagingType
-
Packaging type "par".
- POM - com.github.aistomin.maven.browser.MvnPackagingType
-
Packaging type "pom".
R
- RAR - com.github.aistomin.maven.browser.MvnPackagingType
-
Packaging type "rar".
- releaseTimestamp() - Method in class com.github.aistomin.maven.browser.MavenArtifactVersion
- releaseTimestamp() - Method in interface com.github.aistomin.maven.browser.MvnArtifactVersion
-
The timestamp when the version was released.
T
- toString() - Method in class com.github.aistomin.maven.browser.MavenArtifact
- toString() - Method in class com.github.aistomin.maven.browser.MavenArtifactVersion
- toString() - Method in class com.github.aistomin.maven.browser.MavenGroup
V
- valueOf(String) - Static method in enum com.github.aistomin.maven.browser.MvnPackagingType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.aistomin.maven.browser.MvnPackagingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WAR - com.github.aistomin.maven.browser.MvnPackagingType
-
Packaging type "war".
All Classes|All Packages