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

A

AbstractLocationFinder - class org.mevenide.environment.AbstractLocationFinder.
 
AbstractLocationFinder() - Constructor for class org.mevenide.environment.AbstractLocationFinder
 
AbstractQueryContext - class org.mevenide.context.AbstractQueryContext.
utility abstract superclass, implementing getResolver() and getPropertyValue() methods.
AbstractQueryContext() - Constructor for class org.mevenide.context.AbstractQueryContext
 
addElement(Element) - Method in class org.mevenide.properties.PropertyModel
Adds an element to the endo of the file/model.
addLine(String) - Method in class org.mevenide.properties.KeyValuePair
 
addToComment(String) - Method in class org.mevenide.properties.Comment
 
addToComment(Comment, String) - Method in class org.mevenide.properties.PropertyModel
 
addToValue(String) - Method in class org.mevenide.properties.KeyValuePair
 
areEqual(Object, Object) - Static method in class org.mevenide.properties.util.Utils
 

B

BUILD_PROPS_OFFSET - Static variable in interface org.mevenide.context.IQueryContext
 

C

CarefulPropertiesWriter - class org.mevenide.properties.writer.CarefulPropertiesWriter.
 
CarefulPropertiesWriter() - Constructor for class org.mevenide.properties.writer.CarefulPropertiesWriter
Creates a new instance of CarefulPropertiesWriter
Comment - class org.mevenide.properties.Comment.
 
Comment() - Constructor for class org.mevenide.properties.Comment
 
ConfigUtils - class org.mevenide.environment.ConfigUtils.
Utility class.
CustomLocationFinder - class org.mevenide.environment.CustomLocationFinder.
 
CustomLocationFinder() - Constructor for class org.mevenide.environment.CustomLocationFinder
 
createComment() - Method in class org.mevenide.properties.ElementFactory
 
createContextBasedLocator(IQueryContext) - Method in class org.mevenide.properties.resolver.PropertyLocatorFactory
 
createContextBasedResolver(IQueryContext) - Method in class org.mevenide.properties.resolver.PropertyResolverFactory
create a property resolver
createKeyValuePair(String, char) - Method in class org.mevenide.properties.ElementFactory
 

D

DefaultPropertiesWriter - class org.mevenide.properties.writer.DefaultPropertiesWriter.
A basic implementation of IPropertiesWriter, ignores anything that the file contains and overwrites it with new values, also doesn't do any placement optimalizations.
DefaultPropertiesWriter() - Constructor for class org.mevenide.properties.writer.DefaultPropertiesWriter
Creates a new instance of BasicPropertiesWriter
DefaultQueryContext - class org.mevenide.context.DefaultQueryContext.
default implementation of IQueryContext.
DefaultQueryContext(File) - Constructor for class org.mevenide.context.DefaultQueryContext
create a new project context.
DefaultQueryContext(File, IQueryErrorCallback) - Constructor for class org.mevenide.context.DefaultQueryContext
create a new project context.
DefaultSysEnvProvider - class org.mevenide.environment.sysenv.DefaultSysEnvProvider.
Default implementation of SysEnvProvider, will execute an external process and get the system environment variables.
DefaultSysEnvProvider() - Constructor for class org.mevenide.environment.sysenv.DefaultSysEnvProvider
 
DefaultsResolver - class org.mevenide.properties.resolver.DefaultsResolver.
a IPropertyFinder implementation that contains the default values.
DefaultsResolver(File, File) - Constructor for class org.mevenide.properties.resolver.DefaultsResolver
Deprecated.  
DefaultsResolver(IQueryContext) - Constructor for class org.mevenide.properties.resolver.DefaultsResolver
 
discardError(int) - Method in interface org.mevenide.context.IQueryErrorCallback
 

E

ERROR_CANNOT_FIND_PARENT_POM - Static variable in interface org.mevenide.context.IQueryErrorCallback
 
ERROR_CANNOT_FIND_POM - Static variable in interface org.mevenide.context.IQueryErrorCallback
 
ERROR_UNPARSABLE_POM - Static variable in interface org.mevenide.context.IQueryErrorCallback
 
ERROR_UNREADABLE_PROP_FILE - Static variable in interface org.mevenide.context.IQueryErrorCallback
 
Element - class org.mevenide.properties.Element.
 
Element() - Constructor for class org.mevenide.properties.Element
 
ElementFactory - class org.mevenide.properties.ElementFactory.
 
equals(Object) - Method in class org.mevenide.properties.Comment
 
equals(Object) - Method in class org.mevenide.properties.KeyValuePair
 

F

findByKey(String) - Method in class org.mevenide.properties.PropertyModel
based on the key from Properties, will look up an item in the model.

G

generateProject(Element) - Method in class org.mevenide.context.JDomProjectUnmarshaller
 
getBuildPropertyKeys() - Method in class org.mevenide.context.DefaultQueryContext
 
getBuildPropertyKeys() - Method in interface org.mevenide.context.IQueryContext
all property keys defined in build.properties
getBuildPropertyValue(String) - Method in class org.mevenide.context.DefaultQueryContext
 
getBuildPropertyValue(String) - Method in interface org.mevenide.context.IQueryContext
 
getConfigurationFile() - Static method in class org.mevenide.environment.ConfigUtils
 
getConfigurationFileLocation() - Method in class org.mevenide.environment.AbstractLocationFinder
 
getConfigurationFileLocation() - Method in class org.mevenide.environment.CustomLocationFinder
 
getConfigurationFileLocation() - Method in interface org.mevenide.environment.ILocationFinder
 
getConfigurationFileLocation() - Method in class org.mevenide.environment.LocationFinderAggregator
 
getDefaultKeys() - Method in class org.mevenide.properties.resolver.DefaultsResolver
 
getDefaultLocationFinder() - Static method in class org.mevenide.environment.ConfigUtils
Deprecated. don't use, doesn't take the project's properties into account. Instead create and keep an instance of LocatioFinderAgrregator created with IQueryContext of the project.
getDefaultPluginKeys() - Method in class org.mevenide.properties.resolver.PluginPropertiesFinder
 
getEndorsedDirs() - Static method in class org.mevenide.environment.ConfigUtils
constructs the endorsedDirs property needed for Maven execution
getFactory() - Static method in class org.mevenide.properties.ElementFactory
 
getFactory() - Static method in class org.mevenide.properties.PropertyModelFactory
 
getFactory() - Static method in class org.mevenide.properties.resolver.PropertyLocatorFactory
 
getFactory() - Static method in class org.mevenide.properties.resolver.PropertyResolverFactory
 
getFinalProject() - Method in interface org.mevenide.context.IProjectContext
the merged result of the project.xml POM and all it's precedessors.
getHeapSize() - Static method in class org.mevenide.environment.ConfigUtils
 
getInstance() - Static method in class org.mevenide.environment.SysEnvLocationFinder
 
getJavaHome() - Method in class org.mevenide.environment.CustomLocationFinder
 
getJavaHome() - Method in interface org.mevenide.environment.ILocationFinder
 
getJavaHome() - Method in class org.mevenide.environment.LocationFinderAggregator
 
getJavaHome() - Method in class org.mevenide.environment.SysEnvLocationFinder
 
getKey() - Method in class org.mevenide.properties.KeyValuePair
for comparisons, trim the leaning and trailing whitespace
getKeysAtLocation(int) - Method in interface org.mevenide.properties.IPropertyLocator
returns all the keys at the given location.
getKeysAtLocation(int) - Method in class org.mevenide.properties.resolver.PropertyFilesAggregator
returns all the keys at the given location.
getList() - Method in class org.mevenide.properties.PropertyModel
returns a copy of the model, is not live.
getLocation(String) - Method in class org.mevenide.properties.resolver.ProjectWalker2
Get to know where the idem is defined.
getMavenHome() - Method in class org.mevenide.environment.CustomLocationFinder
 
getMavenHome() - Method in interface org.mevenide.environment.ILocationFinder
 
getMavenHome() - Method in class org.mevenide.environment.LocationFinderAggregator
 
getMavenHome() - Method in class org.mevenide.environment.SysEnvLocationFinder
 
getMavenLocalHome() - Method in class org.mevenide.environment.CustomLocationFinder
 
getMavenLocalHome() - Method in interface org.mevenide.environment.ILocationFinder
 
getMavenLocalHome() - Method in class org.mevenide.environment.LocationFinderAggregator
 
getMavenLocalHome() - Method in class org.mevenide.environment.SysEnvLocationFinder
 
getMavenLocalRepository() - Method in class org.mevenide.environment.CustomLocationFinder
 
getMavenLocalRepository() - Method in interface org.mevenide.environment.ILocationFinder
 
getMavenLocalRepository() - Method in class org.mevenide.environment.LocationFinderAggregator
 
getMavenLocalRepository() - Method in class org.mevenide.environment.SysEnvLocationFinder
 
getMavenPluginsDir() - Method in class org.mevenide.environment.CustomLocationFinder
 
getMavenPluginsDir() - Method in interface org.mevenide.environment.ILocationFinder
directory with the expanded plugin cache, basically value of maven.plugin.unpacked.dir property
getMavenPluginsDir() - Method in class org.mevenide.environment.LocationFinderAggregator
 
getMavenPluginsDir() - Method in class org.mevenide.environment.SysEnvLocationFinder
 
getNonProjectContextInstance() - Static method in class org.mevenide.context.DefaultQueryContext
the default instance that only refers to the user.dir properties file non-project based querycontext.
getPOMContext() - Method in class org.mevenide.context.DefaultQueryContext
 
getPOMContext() - Method in interface org.mevenide.context.IQueryContext
pom files, parsed xml elements and project instances from the pom files of this project
getParentBuildPropertyKeys() - Method in class org.mevenide.context.DefaultQueryContext
 
getParentBuildPropertyKeys() - Method in interface org.mevenide.context.IQueryContext
all property keys defined in parent build.properties
getParentBuildPropertyValue(String) - Method in class org.mevenide.context.DefaultQueryContext
 
getParentBuildPropertyValue(String) - Method in interface org.mevenide.context.IQueryContext
 
getParentProjectPropertyKeys() - Method in class org.mevenide.context.DefaultQueryContext
 
getParentProjectPropertyKeys() - Method in interface org.mevenide.context.IQueryContext
all property keys defined in parent project.properties
getParentProjectPropertyValue(String) - Method in class org.mevenide.context.DefaultQueryContext
 
getParentProjectPropertyValue(String) - Method in interface org.mevenide.context.IQueryContext
 
getPluginJarsDir() - Method in class org.mevenide.environment.CustomLocationFinder
the directory containing maven plugin jars, denoted by maven.plugin.dir propertu
getPluginJarsDir() - Method in interface org.mevenide.environment.ILocationFinder
the directory containing maven plugin jars, denoted by maven.plugin.dir propertu
getPluginJarsDir() - Method in class org.mevenide.environment.LocationFinderAggregator
 
getPluginJarsDir() - Method in class org.mevenide.environment.SysEnvLocationFinder
 
getProjectDepth() - Method in interface org.mevenide.context.IProjectContext
counts project.xml files in the pom extension chain.
getProjectDirectory() - Method in class org.mevenide.context.DefaultQueryContext
 
getProjectDirectory() - Method in interface org.mevenide.context.IQueryContext
the directory where the POM is located
getProjectFiles() - Method in interface org.mevenide.context.IProjectContext
Separated File locations of all the POM files in the succession row.
getProjectLayers() - Method in interface org.mevenide.context.IProjectContext
Separated project instances for each of files in the row.
getProjectPropertyKeys() - Method in class org.mevenide.context.DefaultQueryContext
 
getProjectPropertyKeys() - Method in interface org.mevenide.context.IQueryContext
all property keys defined in project.properties
getProjectPropertyValue(String) - Method in class org.mevenide.context.DefaultQueryContext
 
getProjectPropertyValue(String) - Method in interface org.mevenide.context.IQueryContext
 
getProperty(String) - Method in class org.mevenide.environment.sysenv.DefaultSysEnvProvider
 
getProperty(String) - Method in interface org.mevenide.environment.sysenv.SysEnvProvider
get the environment variable by name.
getPropertyKeysAt(int) - Method in class org.mevenide.context.DefaultQueryContext
 
getPropertyKeysAt(int) - Method in interface org.mevenide.context.IQueryContext
all property keys defined at given location..
getPropertyLocation(String) - Method in interface org.mevenide.properties.IPropertyLocator
Returns where the key is located.
getPropertyLocation(String) - Method in class org.mevenide.properties.resolver.PropertyFilesAggregator
IPropertyLocator method, identifying where the property comes from.
getPropertyValue(String) - Method in class org.mevenide.context.AbstractQueryContext
 
getPropertyValue(String) - Method in class org.mevenide.context.DefaultQueryContext
 
getPropertyValue(String) - Method in interface org.mevenide.context.IQueryContext
 
getPropertyValueAt(String, int) - Method in class org.mevenide.context.DefaultQueryContext
 
getPropertyValueAt(String, int) - Method in interface org.mevenide.context.IQueryContext
 
getResolvedValue(String) - Method in interface org.mevenide.properties.IPropertyResolver
Returns the value for the given key, if found.
getResolvedValue(String) - Method in class org.mevenide.properties.resolver.PropertyFilesAggregator
 
getResolver() - Method in class org.mevenide.context.AbstractQueryContext
the default property resolver for this instance of IQueryContext
getResolver() - Method in interface org.mevenide.context.IQueryContext
the default property resolver for this instance of IQueryContext
getRootElementLayers() - Method in interface org.mevenide.context.IProjectContext
content of the JDOM trees describing the POM, split into the layers (extends)
getRootProjectElement() - Method in interface org.mevenide.context.IProjectContext
merged content of the JDOM tree describing the POM.
getSize() - Method in class org.mevenide.properties.PropertyModel
 
getUserDirectory() - Method in class org.mevenide.context.DefaultQueryContext
 
getUserDirectory() - Method in interface org.mevenide.context.IQueryContext
user directory, location of the build.properties file.
getUserHome() - Method in class org.mevenide.environment.CustomLocationFinder
 
getUserHome() - Method in interface org.mevenide.environment.ILocationFinder
 
getUserHome() - Method in class org.mevenide.environment.LocationFinderAggregator
 
getUserHome() - Method in class org.mevenide.environment.SysEnvLocationFinder
 
getUserPluginsDir() - Method in class org.mevenide.environment.CustomLocationFinder
directory with user's custom plugins, denoted by maven.plugin.user.dir property
getUserPluginsDir() - Method in interface org.mevenide.environment.ILocationFinder
directory with user's custom plugins, denoted by maven.plugin.user.dir property
getUserPluginsDir() - Method in class org.mevenide.environment.LocationFinderAggregator
 
getUserPluginsDir() - Method in class org.mevenide.environment.SysEnvLocationFinder
 
getUserPropertyKeys() - Method in class org.mevenide.context.DefaultQueryContext
 
getUserPropertyKeys() - Method in interface org.mevenide.context.IQueryContext
all property keys defined in userdir/build.properties
getUserPropertyValue(String) - Method in class org.mevenide.context.DefaultQueryContext
 
getUserPropertyValue(String) - Method in interface org.mevenide.context.IQueryContext
 
getValue() - Method in class org.mevenide.properties.Comment
 
getValue(String) - Method in interface org.mevenide.properties.IPropertyFinder
Returns the value for the given key, if found.
getValue() - Method in class org.mevenide.properties.KeyValuePair
 
getValue(String) - Method in class org.mevenide.properties.resolver.DefaultsResolver
 
getValue(String) - Method in class org.mevenide.properties.resolver.PluginPropertiesFinder
 
getValue(String) - Method in class org.mevenide.properties.resolver.ProjectWalker2
 
getValue(String) - Method in class org.mevenide.properties.resolver.PropertyFilesAggregator
 
getValue(String, boolean) - Method in class org.mevenide.properties.resolver.PropertyFilesAggregator
 
getValueAtLocation(String, int) - Method in interface org.mevenide.properties.IPropertyLocator
get the value of the property as defined at the given location
getValueAtLocation(String, int) - Method in class org.mevenide.properties.resolver.PropertyFilesAggregator
 

H

HEADER - Static variable in class org.mevenide.properties.writer.DefaultPropertiesWriter
 
handleError(int, Exception) - Method in interface org.mevenide.context.IQueryErrorCallback
 

I

ILocationFinder - interface org.mevenide.environment.ILocationFinder.
Finder for important maven locations.
IProjectContext - interface org.mevenide.context.IProjectContext.
extending the IQueryContext with the POM.
IProjectUnmarshaller - interface org.mevenide.context.IProjectUnmarshaller.
 
IPropertiesWriter - interface org.mevenide.properties.writer.IPropertiesWriter.
interface for writing properties files.
IPropertyFinder - interface org.mevenide.properties.IPropertyFinder.
Instances of this interface are able to return the value for a defined key from a particular properties file.
IPropertyLocator - interface org.mevenide.properties.IPropertyLocator.
Instances of this interface are able to find out where the given property is defined.
IPropertyResolver - interface org.mevenide.properties.IPropertyResolver.
Instances of this interface are able to lookup and resolve the property values
IQueryContext - interface org.mevenide.context.IQueryContext.
interface to externalize the project files content/models to one place, and reuse in all the queries (ILocationFinder, IPropertyResolver, etc)
IQueryErrorCallback - interface org.mevenide.context.IQueryErrorCallback.
an error callback which implementations can be passed to IqueryContext to get notified of errors in reading and parsing.
insertAt(int, Element) - Method in class org.mevenide.properties.PropertyModel
inserts element at designated position.
isDefinedInLocation(String, int) - Method in interface org.mevenide.properties.IPropertyLocator
the return value indicates if the property is defined in the particular properties file.
isDefinedInLocation(String, int) - Method in class org.mevenide.properties.resolver.PropertyFilesAggregator
 

J

JDomProjectUnmarshaller - class org.mevenide.context.JDomProjectUnmarshaller.
 
JDomProjectUnmarshaller() - Constructor for class org.mevenide.context.JDomProjectUnmarshaller
 

K

KeyValuePair - class org.mevenide.properties.KeyValuePair.
 
KeyValuePair(String, char) - Constructor for class org.mevenide.properties.KeyValuePair
 

L

LINE_SEP - Static variable in class org.mevenide.properties.Element
 
LOCATION_DEFAULTS - Static variable in interface org.mevenide.properties.IPropertyLocator
Location constant, the given key is default.
LOCATION_NOT_DEFINED - Static variable in interface org.mevenide.properties.IPropertyLocator
Location constant, the given key was not found.
LOCATION_PARENT_PROJECT - Static variable in interface org.mevenide.context.IQueryContext
Location constant, the given key is in parent's directory project.properties file.
LOCATION_PARENT_PROJECT - Static variable in interface org.mevenide.properties.IPropertyLocator
Location constant, the given key is in parent's directory project.properties file.
LOCATION_PARENT_PROJECT_BUILD - Static variable in interface org.mevenide.context.IQueryContext
Location constant, the given key is in parent's directory build.properties file.
LOCATION_PARENT_PROJECT_BUILD - Static variable in interface org.mevenide.properties.IPropertyLocator
Location constant, the given key is in parent's directory build.properties file.
LOCATION_PROJECT - Static variable in interface org.mevenide.context.IQueryContext
Location constant, the given key is in project.properties file.
LOCATION_PROJECT - Static variable in interface org.mevenide.properties.IPropertyLocator
Location constant, the given key is in project.properties file.
LOCATION_PROJECT_BUILD - Static variable in interface org.mevenide.context.IQueryContext
Location constant, the given key is in ${basedir}/build.properties file.
LOCATION_PROJECT_BUILD - Static variable in interface org.mevenide.properties.IPropertyLocator
Location constant, the given key is in ${basedir}/build.properties file.
LOCATION_SYSENV - Static variable in interface org.mevenide.properties.IPropertyLocator
sys
LOCATION_USER_BUILD - Static variable in interface org.mevenide.context.IQueryContext
Location constant, the given key is in ${user.home}/build.properties file.
LOCATION_USER_BUILD - Static variable in interface org.mevenide.properties.IPropertyLocator
Location constant, the given key is in ${user.home}/build.properties file.
LocationFinderAggregator - class org.mevenide.environment.LocationFinderAggregator.
 
LocationFinderAggregator(IQueryContext) - Constructor for class org.mevenide.environment.LocationFinderAggregator
default constructor for the aggregator

M

marshall(OutputStream, Properties, InputStream) - Method in class org.mevenide.properties.writer.CarefulPropertiesWriter
 
marshall(OutputStream, Properties, InputStream) - Method in class org.mevenide.properties.writer.DefaultPropertiesWriter
 
marshall(OutputStream, Properties, InputStream) - Method in interface org.mevenide.properties.writer.IPropertiesWriter
writes the properties to outputstream, considering the currentcontent if not null andthe implementation is capable.

N

newKeyPair(String, char, String) - Method in class org.mevenide.properties.PropertyModel
 
newPropertyModel(File) - Method in class org.mevenide.properties.PropertyModelFactory
equivalent to newPropertyModel(file, false)
newPropertyModel(InputStream) - Method in class org.mevenide.properties.PropertyModelFactory
create a new PropertyModel from the InputStream parameter, will close the stream after usage.

O

org.mevenide.context - package org.mevenide.context
 
org.mevenide.environment - package org.mevenide.environment
 
org.mevenide.environment.sysenv - package org.mevenide.environment.sysenv
 
org.mevenide.properties - package org.mevenide.properties
 
org.mevenide.properties.resolver - package org.mevenide.properties.resolver
 
org.mevenide.properties.util - package org.mevenide.properties.util
 
org.mevenide.properties.writer - package org.mevenide.properties.writer
 

P

PROJECT_PROPS_OFFSET - Static variable in interface org.mevenide.context.IQueryContext
 
PluginPropertiesFinder - class org.mevenide.properties.resolver.PluginPropertiesFinder.
a IPropertyFinder implementation that iterates the installed plugin's plugin.properties files for the default values.
ProjectWalker - class org.mevenide.properties.resolver.ProjectWalker.
 
ProjectWalker(Project) - Constructor for class org.mevenide.properties.resolver.ProjectWalker
 
ProjectWalker2 - class org.mevenide.properties.resolver.ProjectWalker2.
IQueryContext based replacement for ProjectWalker.
ProjectWalker2(IQueryContext) - Constructor for class org.mevenide.properties.resolver.ProjectWalker2
 
PropertyFilesAggregator - class org.mevenide.properties.resolver.PropertyFilesAggregator.
 
PropertyLocatorFactory - class org.mevenide.properties.resolver.PropertyLocatorFactory.
factory for creating new instances of IPropertyLocator
PropertyModel - class org.mevenide.properties.PropertyModel.
Model of properties file.
PropertyModelFactory - class org.mevenide.properties.PropertyModelFactory.
 
PropertyResolverFactory - class org.mevenide.properties.resolver.PropertyResolverFactory.
factory to create instances of IPropertyResolver
parse(Reader) - Method in interface org.mevenide.context.IProjectUnmarshaller
 
parse(Reader) - Method in class org.mevenide.context.JDomProjectUnmarshaller
Deprecated. no way to create a reasonable entity resolver.
parse(File) - Method in class org.mevenide.context.JDomProjectUnmarshaller
get the Maven's project instance from the file.
parseRootElement(File) - Method in class org.mevenide.context.JDomProjectUnmarshaller
parse the doc of the file passed in.
parseRootElement(Reader) - Method in class org.mevenide.context.JDomProjectUnmarshaller
parse the doc from the reader.

R

reload() - Method in interface org.mevenide.properties.IPropertyFinder
releases any cached values and reloads the properties file.
reload() - Method in class org.mevenide.properties.resolver.DefaultsResolver
 
reload() - Method in class org.mevenide.properties.resolver.PluginPropertiesFinder
 
reload() - Method in class org.mevenide.properties.resolver.ProjectWalker2
 
reload() - Method in class org.mevenide.properties.resolver.PropertyFilesAggregator
Deprecated. makes no sense for IQueryContext based instances.
removeElement(Element) - Method in class org.mevenide.properties.PropertyModel
removes the element from model.
removeTrailingSlash(String) - Static method in class org.mevenide.properties.util.Utils
 
removeTrailingWhitespaces(String) - Static method in class org.mevenide.properties.util.Utils
 
resolve(String) - Method in class org.mevenide.properties.resolver.ProjectWalker
retrieve a string containing jelly scripting variable by navigating pom object so until a jelly variable is a descendant of pom it wont be resolved and the returnde string will still contains the reference.
resolve(String, boolean) - Method in class org.mevenide.properties.resolver.ProjectWalker
retrieve a string containing jelly scripting variable by navigating pom object so until a jelly variable is a descendant of pom it wont be resolved and the returnde string will still contains the reference.
resolve(StringBuffer) - Method in class org.mevenide.properties.resolver.PropertyFilesAggregator
 
resolveString(String) - Method in interface org.mevenide.properties.IPropertyResolver
processes the parameter any definitions with their values.
resolveString(String) - Method in class org.mevenide.properties.resolver.PropertyFilesAggregator
 

S

SysEnvLocationFinder - class org.mevenide.environment.SysEnvLocationFinder.
 
SysEnvProvider - interface org.mevenide.environment.sysenv.SysEnvProvider.
Provider of System environment variables.
setComment(String) - Method in class org.mevenide.properties.Comment
 
setCustomLocationFinder(CustomLocationFinder) - Method in class org.mevenide.environment.LocationFinderAggregator
 
setDefaultSysEnvProvider(SysEnvProvider) - Static method in class org.mevenide.environment.SysEnvLocationFinder
Sets the SysEnv provider instance for the locationFinder.
setHeapSize(int) - Static method in class org.mevenide.environment.ConfigUtils
set maximum java heap size - passed as vm argument (Xmx) when launching maven
setJavaHome(String) - Method in class org.mevenide.environment.CustomLocationFinder
 
setMavenHome(String) - Method in class org.mevenide.environment.CustomLocationFinder
 
setMavenLocalHome(String) - Method in class org.mevenide.environment.CustomLocationFinder
 
setMavenLocalRepository(String) - Method in class org.mevenide.environment.CustomLocationFinder
 
setMavenPluginsDir(String) - Method in class org.mevenide.environment.CustomLocationFinder
 
setPluginJarsDir(String) - Method in class org.mevenide.environment.CustomLocationFinder
 
setUserHome(String) - Method in class org.mevenide.environment.CustomLocationFinder
 
setUserPluginsDir(String) - Method in class org.mevenide.environment.CustomLocationFinder
 
setValue(String) - Method in class org.mevenide.properties.KeyValuePair
 
store(OutputStream) - Method in class org.mevenide.properties.PropertyModel
 

T

toString() - Method in class org.mevenide.properties.Comment
 
toString() - Method in class org.mevenide.properties.KeyValuePair
 
toString() - Method in class org.mevenide.properties.PropertyModel
 

U

Utils - class org.mevenide.properties.util.Utils.
 

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

Copyright © 2003-2005 The Codehaus. All Rights Reserved.