Index

B D F G I K L M N P R S T V W X 
All Classes and Interfaces|All Packages|Serialized Form

B

build() - Method in class io.fabric8.maven.XMLFormat.Builder
 
builder() - Static method in class io.fabric8.maven.XMLFormat
Create a new builder
builder(XMLFormat) - Static method in class io.fabric8.maven.XMLFormat
Create a new builder with the given XMLFormat

D

DEFAULT - Static variable in class io.fabric8.maven.XMLFormat
 

F

format(Reader) - Method in class io.fabric8.maven.XMLFormat
Format the XML from the given reader
format(Reader, Writer) - Method in class io.fabric8.maven.XMLFormat
 

G

getDependencyKey(Dependency) - Method in class io.fabric8.maven.merge.SmartModelMerger
 
getIndent() - Method in class io.fabric8.maven.XMLFormat
 
getProfileKey(Profile) - Method in class io.fabric8.maven.merge.SmartModelMerger
 
getTextMode() - Method in class io.fabric8.maven.XMLFormat
 

I

indent(String) - Method in class io.fabric8.maven.XMLFormat.Builder
 
insertLineBreakBetweenMajorSections() - Method in class io.fabric8.maven.XMLFormat.Builder
 
insertLineBreakBetweenMajorSections(boolean) - Method in class io.fabric8.maven.XMLFormat.Builder
 
io.fabric8.maven - package io.fabric8.maven
 
io.fabric8.maven.cmd - package io.fabric8.maven.cmd
 
io.fabric8.maven.merge - package io.fabric8.maven.merge
 
isInsertLineBreakBetweenMajorSections() - Method in class io.fabric8.maven.XMLFormat
 

K

keySet() - Method in class io.fabric8.maven.SortedProperties
 

L

lineSeparator(String) - Method in class io.fabric8.maven.XMLFormat.Builder
 

M

main(String[]) - Static method in class io.fabric8.maven.cmd.Main
 
Main - Class in io.fabric8.maven.cmd
 
Main() - Constructor for class io.fabric8.maven.cmd.Main
 
Maven - Class in io.fabric8.maven
 
mergeModel_Profiles(Model, Model, boolean, Map<Object, Object>) - Method in class io.fabric8.maven.merge.SmartModelMerger
 
mergeModelBase_Modules(ModelBase, ModelBase, boolean, Map<Object, Object>) - Method in class io.fabric8.maven.merge.SmartModelMerger
 
mergeModelBase_Properties(ModelBase, ModelBase, boolean, Map<Object, Object>) - Method in class io.fabric8.maven.merge.SmartModelMerger
 

N

newModel() - Static method in class io.fabric8.maven.Maven
Create a new Maven Model
NORMALIZE - Enum constant in enum io.fabric8.maven.XMLFormat.TextMode
Mode for text normalization (left and right trim plus internal whitespace is normalized to a single space.

P

PRESERVE - Enum constant in enum io.fabric8.maven.XMLFormat.TextMode
Mode for literal text preservation.

R

readModel(InputStream) - Static method in class io.fabric8.maven.Maven
Read the InputStream as a Model
readModel(Reader) - Static method in class io.fabric8.maven.Maven
Read the Path as a Model
readModel(String) - Static method in class io.fabric8.maven.Maven
A String version that makes it easier to be called from other languages
readModel(Path) - Static method in class io.fabric8.maven.Maven
Read the Path as a Model

S

SmartModelMerger - Class in io.fabric8.maven.merge
 
SmartModelMerger() - Constructor for class io.fabric8.maven.merge.SmartModelMerger
 
SortedProperties - Class in io.fabric8.maven
 
SortedProperties() - Constructor for class io.fabric8.maven.SortedProperties
 

T

textMode(XMLFormat.TextMode) - Method in class io.fabric8.maven.XMLFormat.Builder
 
TRIM - Enum constant in enum io.fabric8.maven.XMLFormat.TextMode
Mode for text trimming (left and right trim).
TRIM_FULL_WHITE - Enum constant in enum io.fabric8.maven.XMLFormat.TextMode
Mode for text trimming of content consisting of nothing but whitespace but otherwise not changing output.

V

valueOf(String) - Static method in enum io.fabric8.maven.XMLFormat.TextMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.fabric8.maven.XMLFormat.TextMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeModel(Model) - Static method in class io.fabric8.maven.Maven
Shortcut to writeModel(model,model.getPomFile().toPath());
writeModel(Model, Writer) - Static method in class io.fabric8.maven.Maven
Shortcut to writeModel(model,model.getPomFile().toPath(),writer);
writeModel(Model, Writer, XMLFormat) - Static method in class io.fabric8.maven.Maven
Shortcut to writeModel(model,model.getPomFile().toPath(),writer, format);
writeModel(Model, Path) - Static method in class io.fabric8.maven.Maven
Write the Model back to the provided Path
writeModel(Model, Path, XMLFormat) - Static method in class io.fabric8.maven.Maven
Write the Model back to the provided Path using the specified XMLFormat
writeModel(Model, Path, Writer) - Static method in class io.fabric8.maven.Maven
Write the Model to the Writer using the provided Path as a reference
writeModel(Model, Path, Supplier<Writer>) - Static method in class io.fabric8.maven.Maven
Write the Model to the Writer using the provided Path as a reference
writeModel(Model, Path, Supplier<Writer>, XMLFormat) - Static method in class io.fabric8.maven.Maven
Write the Model to the Writer using the provided Path as a reference

X

XMLFormat - Class in io.fabric8.maven
Output format for an XML document
XMLFormat.Builder - Class in io.fabric8.maven
 
XMLFormat.TextMode - Enum in io.fabric8.maven
 
B D F G I K L M N P R S T V W X 
All Classes and Interfaces|All Packages|Serialized Form