JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
P
R
S
T
U
V
X
A
addInputComponents(UIBuilder, InputComponent...)
- Static method in class io.fabric8.forge.addon.utils.
CommandHelpers
A helper function to add the components to the builder and return a list of all the components
after(String, String)
- Static method in class io.fabric8.forge.addon.utils.
VersionHelper
asConfigurationElementBuilder(ConfigurationElement)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
B
before(String, String)
- Static method in class io.fabric8.forge.addon.utils.
VersionHelper
between(String, String, String)
- Static method in class io.fabric8.forge.addon.utils.
VersionHelper
C
CamelProjectHelper
- Class in
io.fabric8.forge.addon.utils
CamelProjectHelper()
- Constructor for class io.fabric8.forge.addon.utils.
CamelProjectHelper
ClassNameOrMavenPropertyValidator
- Class in
io.fabric8.forge.addon.utils.validator
ClassNameOrMavenPropertyValidator(boolean)
- Constructor for class io.fabric8.forge.addon.utils.validator.
ClassNameOrMavenPropertyValidator
ClassNameValidator
- Class in
io.fabric8.forge.addon.utils.validator
ClassNameValidator(boolean)
- Constructor for class io.fabric8.forge.addon.utils.validator.
ClassNameValidator
COLUMN_NUMBER
- Static variable in class io.fabric8.forge.addon.utils.
XmlLineNumberParser
CommandHelpers
- Class in
io.fabric8.forge.addon.utils
CommandHelpers()
- Constructor for class io.fabric8.forge.addon.utils.
CommandHelpers
createCoordinate(String, String, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
createCoordinate(String, String, String, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
createUIInput(InputComponentFactory, ConverterFactory, String, Class, String, String, String, String, String)
- Static method in class io.fabric8.forge.addon.utils.
UIHelper
Create the input widget to use for the given option.
D
dockerVersion()
- Static method in class io.fabric8.forge.addon.utils.
VersionHelper
Retrieves the version of docker to use
documentToPrettyInputStream(Document)
- Static method in class io.fabric8.forge.addon.utils.
XmlHelper
To output a DOM as a stream.
E
ensureMavenDependencyAdded(Project, DependencyInstaller, String, String, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
Returns true if the dependency was added or false if its already there
F
fabric8ArchetypesVersion()
- Static method in class io.fabric8.forge.addon.utils.
VersionHelper
Returns the version to use for the fabric8 archetypes
fabric8Version()
- Static method in class io.fabric8.forge.addon.utils.
VersionHelper
Retrieves the version of fabric8 to use
failsafeArtifactId
- Static variable in class io.fabric8.forge.addon.utils.
MavenHelpers
findCamelArtifactDependency(Project, String)
- Static method in class io.fabric8.forge.addon.utils.
CamelProjectHelper
findCamelArtifacts(Project)
- Static method in class io.fabric8.forge.addon.utils.
CamelProjectHelper
findCamelBlueprintDependency(Project)
- Static method in class io.fabric8.forge.addon.utils.
CamelProjectHelper
findCamelCDIDependency(Project)
- Static method in class io.fabric8.forge.addon.utils.
CamelProjectHelper
findCamelCoreDependency(Project)
- Static method in class io.fabric8.forge.addon.utils.
CamelProjectHelper
findCamelSpringDependency(Project)
- Static method in class io.fabric8.forge.addon.utils.
CamelProjectHelper
findChildByName(ConfigurationElement, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
findConfigurationElement(Configuration, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
findPlugin(List<Plugin>, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
Returns the maven plugin for the given artifact id or returns null if it cannot be found
findPlugin(Project, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
findPlugin(Project, String, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
findProfile(Model, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
Returns the profile for the given id or null if it could not be found
G
getBaseDir(Project)
- Static method in class io.fabric8.forge.addon.utils.
CommandHelpers
getCompletionProposals(UIContext, InputComponent, String)
- Method in class io.fabric8.forge.addon.utils.completer.
PackageNameCompleter
getCompletionProposals(UIContext, InputComponent, String)
- Method in class io.fabric8.forge.addon.utils.completer.
TestPackageNameCompleter
getConfigurationElement(Configuration, String...)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
Returns the plugin configuration element for the given set of element names
getConfigurationElement(ConfigurationElement, String...)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
Returns the plugin configuration element for the given set of element names
getGroupArtifactVersionMap()
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
getOrCreateElement(Configuration, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
getOrCreateElement(ConfigurationElement, String...)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
getOrCreateElementBuilder(ConfigurationElement, String...)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
getProjectClassLoader(Project)
- Static method in class io.fabric8.forge.addon.utils.
JavaHelper
getVersion(String, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
Returns the version from the list of pre-configured versions of common groupid/artifact pairs
H
hasDependency(Project, String, String)
- Static method in class io.fabric8.forge.addon.utils.
CamelProjectHelper
hasDependency(Project, String, String, String)
- Static method in class io.fabric8.forge.addon.utils.
CamelProjectHelper
hasDependency(Model, String, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
Returns true if the pom has the given dependency
hasDependency(List<Dependency>, String, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
Returns true if the lilst has the given dependency
hasManagedDependency(Model, String, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
Returns true if the pom has the given managed dependency
hasMavenPlugin(Model, String, String)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
Returns true if the pom has the given plugin
hawtioVersion()
- Static method in class io.fabric8.forge.addon.utils.
VersionHelper
Retrieves the version of hawtio to use
I
inputStreamToDocument(InputStream)
- Static method in class io.fabric8.forge.addon.utils.
XmlHelper
To parse an input stream to DOM
This implementation attempts to preserve the xml structure as-is with whitespace etc
io.fabric8.forge.addon.utils
- package io.fabric8.forge.addon.utils
io.fabric8.forge.addon.utils.completer
- package io.fabric8.forge.addon.utils.completer
io.fabric8.forge.addon.utils.validator
- package io.fabric8.forge.addon.utils.validator
J
JavaHelper
- Class in
io.fabric8.forge.addon.utils
JavaHelper()
- Constructor for class io.fabric8.forge.addon.utils.
JavaHelper
L
leadingSpaces(List<String>, int)
- Static method in class io.fabric8.forge.addon.utils.
LineNumberHelper
LINE_NUMBER
- Static variable in class io.fabric8.forge.addon.utils.
XmlLineNumberParser
LineNumberHelper
- Class in
io.fabric8.forge.addon.utils
LineNumberHelper()
- Constructor for class io.fabric8.forge.addon.utils.
LineNumberHelper
linesToString(List<String>)
- Static method in class io.fabric8.forge.addon.utils.
LineNumberHelper
loadProjectClass(Project, String)
- Static method in class io.fabric8.forge.addon.utils.
JavaHelper
Loads a class of the given name from the project class loader or returns null if its not found
loadText(InputStream)
- Static method in class io.fabric8.forge.addon.utils.
VersionHelper
Loads the entire stream into memory as a String and returns it.
M
MavenHelpers
- Class in
io.fabric8.forge.addon.utils
MavenHelpers()
- Constructor for class io.fabric8.forge.addon.utils.
MavenHelpers
mavenPluginsGroupId
- Static variable in class io.fabric8.forge.addon.utils.
MavenHelpers
P
PackageNameCompleter
- Class in
io.fabric8.forge.addon.utils.completer
A completer of java source package names
PackageNameCompleter(JavaSourceFacet)
- Constructor for class io.fabric8.forge.addon.utils.completer.
PackageNameCompleter
PackageNameValidator
- Class in
io.fabric8.forge.addon.utils.validator
PackageNameValidator()
- Constructor for class io.fabric8.forge.addon.utils.validator.
PackageNameValidator
padString(String, int)
- Static method in class io.fabric8.forge.addon.utils.
LineNumberHelper
parseXml(InputStream)
- Static method in class io.fabric8.forge.addon.utils.
XmlLineNumberParser
Parses the XML.
projectHasClassOnClassPath(Project, String)
- Static method in class io.fabric8.forge.addon.utils.
JavaHelper
putComponentValuesInAttributeMap(UIExecutionContext, List<InputComponent>)
- Static method in class io.fabric8.forge.addon.utils.
CommandHelpers
R
readLines(InputStream)
- Static method in class io.fabric8.forge.addon.utils.
LineNumberHelper
readLines(Reader)
- Static method in class io.fabric8.forge.addon.utils.
LineNumberHelper
removeJavaPackageName(String)
- Static method in class io.fabric8.forge.addon.utils.
JavaHelper
Removes the package from the type name from the given type
ResourceNameValidator
- Class in
io.fabric8.forge.addon.utils.validator
ResourceNameValidator(String)
- Constructor for class io.fabric8.forge.addon.utils.validator.
ResourceNameValidator
S
setInitialComponentValue(UIInput<T>, T)
- Static method in class io.fabric8.forge.addon.utils.
CommandHelpers
If the initial value is not blank lets set the value on the underlying component
surefireArtifactId
- Static variable in class io.fabric8.forge.addon.utils.
MavenHelpers
T
TestPackageNameCompleter
- Class in
io.fabric8.forge.addon.utils.completer
A completer of java test source package names
TestPackageNameCompleter(JavaSourceFacet)
- Constructor for class io.fabric8.forge.addon.utils.completer.
TestPackageNameCompleter
U
UIHelper
- Class in
io.fabric8.forge.addon.utils
UIHelper()
- Constructor for class io.fabric8.forge.addon.utils.
UIHelper
updatePomProperty(Properties, String, Object, boolean)
- Static method in class io.fabric8.forge.addon.utils.
MavenHelpers
Updates the given maven property value if value is not null and returns true if the pom has been changed
V
validate(String)
- Method in class io.fabric8.forge.addon.utils.validator.
ClassNameOrMavenPropertyValidator
validate(String)
- Method in class io.fabric8.forge.addon.utils.validator.
ClassNameValidator
validate(String)
- Method in class io.fabric8.forge.addon.utils.validator.
PackageNameValidator
validate(String)
- Method in class io.fabric8.forge.addon.utils.validator.
ResourceNameValidator
VersionHelper
- Class in
io.fabric8.forge.addon.utils
VersionHelper()
- Constructor for class io.fabric8.forge.addon.utils.
VersionHelper
X
XmlHelper
- Class in
io.fabric8.forge.addon.utils
XmlHelper()
- Constructor for class io.fabric8.forge.addon.utils.
XmlHelper
XmlLineNumberParser
- Class in
io.fabric8.forge.addon.utils
An XML parser that uses SAX to include line and column number for each XML element in the parsed Document.
XmlLineNumberParser()
- Constructor for class io.fabric8.forge.addon.utils.
XmlLineNumberParser
A
B
C
D
E
F
G
H
I
J
L
M
P
R
S
T
U
V
X
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2011–2015
Red Hat
. All rights reserved.