Skip navigation links
A C E H I M O S 

A

artifact(String) - Static method in class com.oracle.bedrock.maven.Maven
Create a Maven Profile consisting of the specified Artifact, parsed from the String in the following format: <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>.
artifact(String, String, String) - Static method in class com.oracle.bedrock.maven.Maven
Create a Maven Profile consisting of the artifact specified groupId, artifactId and version (using the default extension .jar and no classifier)
autoDetect() - Static method in class com.oracle.bedrock.maven.Maven
Obtains a Maven Profile, automatically detecting the configuration from the underlying environment, without any Artifacts defined, and being online by default.

C

com.oracle.bedrock.maven - package com.oracle.bedrock.maven
 
compose(Maven) - Method in class com.oracle.bedrock.maven.Maven
 

E

equals(Object) - Method in class com.oracle.bedrock.maven.Maven
 

H

hashCode() - Method in class com.oracle.bedrock.maven.Maven
 

I

include(ClassPath) - Static method in class com.oracle.bedrock.maven.Maven
Create a default Maven Profile that includes the specified ClassPath, that is included after any resolved Maven artifacts.

M

Maven - Class in com.oracle.bedrock.maven
The Maven Profile provides the ability define a Maven environment, configuration, together with zero or more Artifacts to be resolved to automatically construct a ClassPath for a JavaApplication.

O

offline() - Static method in class com.oracle.bedrock.maven.Maven
Create a default Maven Profile that is offline.
offline(boolean) - Static method in class com.oracle.bedrock.maven.Maven
Create a default Maven Profile using the specified offline status
onClosing(Platform, Application, OptionsByType) - Method in class com.oracle.bedrock.maven.Maven
 
onLaunched(Platform, Application, OptionsByType) - Method in class com.oracle.bedrock.maven.Maven
 
onLaunching(Platform, MetaClass, OptionsByType) - Method in class com.oracle.bedrock.maven.Maven
 

S

scope(String) - Static method in class com.oracle.bedrock.maven.Maven
Create a default Maven Profile and use the specified scope when resolving artifacts.
settings(String) - Static method in class com.oracle.bedrock.maven.Maven
Create a default Maven Profile and use the specified user settings.xml location.
settings(File) - Static method in class com.oracle.bedrock.maven.Maven
Create a default Maven Profile and use the specified user settings.xml location.
A C E H I M O S 
Skip navigation links

Copyright © 2017. All rights reserved.