A C D E F G H I J K L N O P R S T U Z 

A

AbstractFabric8Mojo - Class in io.fabric8.maven
Abstract base class for Fabric8 based Mojos
AbstractFabric8Mojo() - Constructor for class io.fabric8.maven.AbstractFabric8Mojo
 
addEnvironmentVariables(JsonSchema, Map<String, String>) - Static method in class io.fabric8.maven.support.JsonSchemas
Modifies the given json schema adding the additional environment variable overrides which either create new properties or override the default values of existing known properties
addIfNotDefined(Map<String, Object>, String, String) - Static method in class io.fabric8.maven.JsonMojo
 
appConfigDir - Variable in class io.fabric8.maven.AbstractFabric8Mojo
The folder used for defining project specific files
appendAppConfigFiles(File, File) - Static method in class io.fabric8.maven.ZipMojo
Combines any files from the appSourceDir into the output directory

C

combineAppFilesToFolder(MavenProject, File, Log, String) - Static method in class io.fabric8.maven.ZipMojo
 
combineJsonFiles(File, File) - Method in class io.fabric8.maven.JsonMojo
 
combinePropertiesFiles(File, File) - Static method in class io.fabric8.maven.ZipMojo
For 2 properties files the source and dest file, lets combine the values so that all the values of the sourceFile are in the dest file
combineSchemas(JsonSchema, JsonSchema) - Static method in class io.fabric8.maven.support.JsonSchemas
 
copyAppConfigFiles(File, File) - Method in class io.fabric8.maven.ZipMojo
Copies any local configuration files into the app directory
createAggregatedZip(File, File, String, File, boolean, Set<MavenProject>) - Method in class io.fabric8.maven.ZipMojo
 
createClassLoader(List<String>, String...) - Method in class io.fabric8.maven.AbstractFabric8Mojo
 
CreateEnvMojo - Class in io.fabric8.maven
Generates a properties file that contains that env variables that are expected to be passed by kubernetes to the container.
CreateEnvMojo() - Constructor for class io.fabric8.maven.CreateEnvMojo
 
createObjectMapper() - Static method in class io.fabric8.maven.support.JsonSchemas
Creates a configured Jackson object mapper for parsing JSON
createURLClassLoader(Collection<URL>) - Static method in class io.fabric8.maven.AbstractFabric8Mojo
 
createZipFile(Log, File, File) - Static method in class io.fabric8.maven.Zips
Creates a zip fie from the given source directory and output zip file name

D

DEFAULT_CONSOLE_URL - Static variable in class io.fabric8.maven.DeployToWikiMojo
 
deployFileGoal - Variable in class io.fabric8.maven.ZipMojo
The maven goal used to deploy aggregated zips.
DeployToWikiMojo - Class in io.fabric8.maven
Deploys the generated App Zip file into the wiki
DeployToWikiMojo() - Constructor for class io.fabric8.maven.DeployToWikiMojo
 
DescribeEnvMojo - Class in io.fabric8.maven
Displays the currently known environment variables for the container using known maven properties and any detected io/fabric8/environment/schema.json files found on the classpath
DescribeEnvMojo() - Constructor for class io.fabric8.maven.DescribeEnvMojo
 
displaySchema(JsonSchema) - Method in class io.fabric8.maven.DescribeEnvMojo
 

E

ENVIRONMENT_SCHEMA_FILE - Static variable in class io.fabric8.maven.support.JsonSchemas
 
escapeAgentPropertiesKey(String) - Method in class io.fabric8.maven.ZipMojo
 
escapeAgentPropertiesValue(String) - Method in class io.fabric8.maven.ZipMojo
 
execute() - Method in class io.fabric8.maven.CreateEnvMojo
 
execute() - Method in class io.fabric8.maven.DeployToWikiMojo
 
execute() - Method in class io.fabric8.maven.DescribeEnvMojo
 
execute() - Method in class io.fabric8.maven.HelpMojo
execute() - Method in class io.fabric8.maven.JsonMojo
 
execute() - Method in class io.fabric8.maven.RunMojo
 
execute() - Method in class io.fabric8.maven.ZipMojo
 

F

FABRIC8_PORT_CONTAINER_PREFIX - Static variable in class io.fabric8.maven.JsonMojo
 
FABRIC8_PORT_HOST_PREFIX - Static variable in class io.fabric8.maven.JsonMojo
 

G

generateAggregatedZip(MavenProject, List<MavenProject>, Set<MavenProject>) - Method in class io.fabric8.maven.ZipMojo
 
generateAggregatedZips() - Method in class io.fabric8.maven.ZipMojo
 
generateAppPropertiesFile - Variable in class io.fabric8.maven.ZipMojo
Whether or not we should generate a fabric8.properties file from the pom.xml.
generateKubernetesJson(File) - Method in class io.fabric8.maven.JsonMojo
 
generateSummaryFile - Variable in class io.fabric8.maven.ZipMojo
Whether or not we should generate a Summary.md file from the pom.xml <description> element text value.
generateZip() - Method in class io.fabric8.maven.ZipMojo
 
getChildProjectRelativePath(File, MavenProject) - Static method in class io.fabric8.maven.ZipMojo
 
getCompileClassLoader() - Method in class io.fabric8.maven.AbstractFabric8Mojo
 
getDefaultContainerPortMap() - Method in class io.fabric8.maven.JsonMojo
 
getDefaultValue() - Method in class io.fabric8.maven.support.JsonSchemaProperty
 
getDescription() - Method in class io.fabric8.maven.support.JsonSchemaProperty
 
getEnvironmentVariableJsonSchema() - Method in class io.fabric8.maven.AbstractFabric8Mojo
 
getEnvironmentVariableProperties() - Method in class io.fabric8.maven.AbstractFabric8Mojo
Returns all the environment variable properties defined in the pom.xml which are prefixed with "fabric8.env."
getEnvironmentVariables() - Method in class io.fabric8.maven.JsonMojo
 
getExportedEnvironmentVariables() - Method in class io.fabric8.maven.JsonMojo
 
getFormat() - Method in class io.fabric8.maven.support.JsonSchemaProperty
 
getId() - Method in class io.fabric8.maven.support.JsonSchema
 
getImagePullPolicy() - Method in class io.fabric8.maven.JsonMojo
 
getJavaType() - Method in class io.fabric8.maven.support.JsonSchemaProperty
 
getKubernetes() - Method in class io.fabric8.maven.RunMojo
 
getKubernetesContainerName() - Method in class io.fabric8.maven.JsonMojo
 
getKubernetesJson() - Method in class io.fabric8.maven.AbstractFabric8Mojo
 
getKubernetesName() - Method in class io.fabric8.maven.JsonMojo
 
getLabels() - Method in class io.fabric8.maven.JsonMojo
 
getOrCreateEnv(Map<String, EnvVar>, String) - Static method in class io.fabric8.maven.JsonMojo
 
getOrCreatePort(Map<String, Port>, String) - Static method in class io.fabric8.maven.JsonMojo
 
getPorts() - Method in class io.fabric8.maven.JsonMojo
 
getProject() - Method in class io.fabric8.maven.AbstractFabric8Mojo
 
getProperties() - Method in class io.fabric8.maven.support.JsonSchema
 
getReplicas() - Method in class io.fabric8.maven.AbstractFabric8Mojo
 
getTestClassLoader() - Method in class io.fabric8.maven.AbstractFabric8Mojo
 
getType() - Method in class io.fabric8.maven.support.JsonSchema
 
getType() - Method in class io.fabric8.maven.support.JsonSchemaProperty
 
getUri() - Method in class io.fabric8.maven.support.JsonSchema
 
getZipFile() - Method in class io.fabric8.maven.AbstractFabric8Mojo
 

H

hasConfigDir() - Method in class io.fabric8.maven.AbstractFabric8Mojo
 
HelpMojo - Class in io.fabric8.maven
Display help information on fabric8-maven-plugin.
Call mvn fabric8:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class io.fabric8.maven.HelpMojo
 

I

iconRef - Variable in class io.fabric8.maven.ZipMojo
Provides the resource name of the icon to use; found using the current classpath (including the ones shippped inside the maven plugin).
includeReadMe - Variable in class io.fabric8.maven.ZipMojo
Whether or not we should upload the project readme file if no specific readme file exists in the AbstractFabric8Mojo.appConfigDir
io.fabric8.maven - package io.fabric8.maven
 
io.fabric8.maven.support - package io.fabric8.maven.support
 
isIgnoreProject() - Method in class io.fabric8.maven.AbstractFabric8Mojo
 
isPom(MavenProject) - Method in class io.fabric8.maven.AbstractFabric8Mojo
Returns true if this project is a pom packaging project
isPomProject() - Method in class io.fabric8.maven.AbstractFabric8Mojo
 

J

JsonMojo - Class in io.fabric8.maven
Generates or copies the Kubernetes JSON file and attaches it to the build so its installed and released to maven repositories like other build artifacts.
JsonMojo() - Constructor for class io.fabric8.maven.JsonMojo
 
JsonSchema - Class in io.fabric8.maven.support
A DTO to load/save JSON schema
JsonSchema() - Constructor for class io.fabric8.maven.support.JsonSchema
 
JsonSchemaProperty - Class in io.fabric8.maven.support
 
JsonSchemaProperty() - Constructor for class io.fabric8.maven.support.JsonSchemaProperty
 
JsonSchemas - Class in io.fabric8.maven.support
 
JsonSchemas() - Constructor for class io.fabric8.maven.support.JsonSchemas
 

K

kubernetesSourceJson - Variable in class io.fabric8.maven.AbstractFabric8Mojo
The source kubernetes JSON file

L

loadEnvironmentSchemas(ClassLoader, String...) - Static method in class io.fabric8.maven.support.JsonSchemas
Finds all of the environment json schemas and combines them together
loadJsonFile(File) - Static method in class io.fabric8.maven.JsonMojo
 
loadPluginResource(String) - Method in class io.fabric8.maven.AbstractFabric8Mojo
 
loadSchema(URL) - Static method in class io.fabric8.maven.support.JsonSchemas
 
loadSchema(File) - Static method in class io.fabric8.maven.support.JsonSchemas
 
loadSchema(InputStream) - Static method in class io.fabric8.maven.support.JsonSchemas
 
loadSchema(byte[]) - Static method in class io.fabric8.maven.support.JsonSchemas
 
localRepository - Variable in class io.fabric8.maven.DeployToWikiMojo
 

N

notNullList(List<String>) - Static method in class io.fabric8.maven.Zips
 

O

objectMapper - Static variable in class io.fabric8.maven.support.JsonSchemas
 

P

parsePort(String, String) - Method in class io.fabric8.maven.JsonMojo
 
pathInZip - Variable in class io.fabric8.maven.ZipMojo
The name of the path inside the zip where the app is generated.

R

readInput(String) - Method in class io.fabric8.maven.DeployToWikiMojo
 
readPassword(String) - Method in class io.fabric8.maven.DeployToWikiMojo
 
remoteRepositories - Variable in class io.fabric8.maven.DeployToWikiMojo
 
replaceGithubLinks(Set<String>, String, String) - Method in class io.fabric8.maven.ZipMojo
Replacing github links with fabric apps links for our quickstarts
replaceReadmeLinksPrefix - Variable in class io.fabric8.maven.ZipMojo
If provided then any links in the readme.md files will be replaced to include the given prefix
resolver - Variable in class io.fabric8.maven.DeployToWikiMojo
 
RunMojo - Class in io.fabric8.maven
Deploys the App to a kubernetes environment
RunMojo() - Constructor for class io.fabric8.maven.RunMojo
 

S

session - Variable in class io.fabric8.maven.ZipMojo
The Maven Session.
setDefaultContainerPortMap(Map<String, Integer>) - Method in class io.fabric8.maven.JsonMojo
 
setDefaultValue(String) - Method in class io.fabric8.maven.support.JsonSchemaProperty
 
setDescription(String) - Method in class io.fabric8.maven.support.JsonSchemaProperty
 
setFormat(String) - Method in class io.fabric8.maven.support.JsonSchemaProperty
 
setId(String) - Method in class io.fabric8.maven.support.JsonSchema
 
setJavaType(String) - Method in class io.fabric8.maven.support.JsonSchemaProperty
 
setKubernetesContainerName(String) - Method in class io.fabric8.maven.JsonMojo
 
setKubernetesName(String) - Method in class io.fabric8.maven.JsonMojo
 
setLabels(Map<String, String>) - Method in class io.fabric8.maven.JsonMojo
 
setPorts(List<Port>) - Method in class io.fabric8.maven.JsonMojo
 
setProperties(Map<String, JsonSchemaProperty>) - Method in class io.fabric8.maven.support.JsonSchema
 
setType(String) - Method in class io.fabric8.maven.support.JsonSchema
 
setType(String) - Method in class io.fabric8.maven.support.JsonSchemaProperty
 
setUri(String) - Method in class io.fabric8.maven.support.JsonSchema
 
shouldGenerateForThisProject() - Method in class io.fabric8.maven.AbstractFabric8Mojo
 

T

toBeExclude(String) - Method in class io.fabric8.maven.ZipMojo
 
toString() - Method in class io.fabric8.maven.support.JsonSchemaProperty
 

U

unzip(InputStream, File) - Static method in class io.fabric8.maven.Zips
Unzips the given input stream of a ZIP to the given directory
uploadAppZip(boolean) - Method in class io.fabric8.maven.DeployToWikiMojo
 

Z

zipDirectory(Log, File, ZipOutputStream, String, FileFilter) - Static method in class io.fabric8.maven.Zips
Zips the directory recursively into the ZIP stream given the starting path and optional filter
zipFile - Variable in class io.fabric8.maven.AbstractFabric8Mojo
Name of the created app zip file
ZipMojo - Class in io.fabric8.maven
Generates a ZIP file of the App for the current maven project.
ZipMojo() - Constructor for class io.fabric8.maven.ZipMojo
 
Zips - Class in io.fabric8.maven
 
Zips() - Constructor for class io.fabric8.maven.Zips
 
A C D E F G H I J K L N O P R S T U Z 

Copyright © 2011–2015 Red Hat. All rights reserved.