A C D E F G I L M O R S T W 

A

AbstractEventStoreMojo - Class in org.fuin.esmp
Base class for all mojos.
AbstractEventStoreMojo() - Constructor for class org.fuin.esmp.AbstractEventStoreMojo
 
asList(String) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Returns the string as list.

C

checkNotNull(String, Object) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Checks if a variable is not null and throws an IllegalNullArgumentException if this rule is violated.

D

debug(String) - Method in class org.slf4j.impl.MavenLoggerAdapter
debug(String, Object) - Method in class org.slf4j.impl.MavenLoggerAdapter
debug(String, Object, Object) - Method in class org.slf4j.impl.MavenLoggerAdapter
debug(String, Object[]) - Method in class org.slf4j.impl.MavenLoggerAdapter
debug(String, Throwable) - Method in class org.slf4j.impl.MavenLoggerAdapter
deletePid() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Deletes the process ID file in the target directory.

E

error(String) - Method in class org.slf4j.impl.MavenLoggerAdapter
error(String, Object) - Method in class org.slf4j.impl.MavenLoggerAdapter
error(String, Object, Object) - Method in class org.slf4j.impl.MavenLoggerAdapter
error(String, Object[]) - Method in class org.slf4j.impl.MavenLoggerAdapter
error(String, Throwable) - Method in class org.slf4j.impl.MavenLoggerAdapter
EventStoreDownloadMojo - Class in org.fuin.esmp
Downloads the eventstore archive and unpacks it into a defined directory.
EventStoreDownloadMojo() - Constructor for class org.fuin.esmp.EventStoreDownloadMojo
 
EventStoreStartMojo - Class in org.fuin.esmp
A customizable source code generator plugin for maven.
EventStoreStartMojo() - Constructor for class org.fuin.esmp.EventStoreStartMojo
 
EventStoreStopMojo - Class in org.fuin.esmp
A customizable source code generator plugin for maven.
EventStoreStopMojo() - Constructor for class org.fuin.esmp.EventStoreStopMojo
 
execute() - Method in class org.fuin.esmp.AbstractEventStoreMojo
 
executeGoal() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Executes the goal code.
executeGoal() - Method in class org.fuin.esmp.EventStoreDownloadMojo
 
executeGoal() - Method in class org.fuin.esmp.EventStoreStartMojo
 
executeGoal() - Method in class org.fuin.esmp.EventStoreStopMojo
 

F

FileMode - Class in org.fuin.esmp
Copyright (C) 2011 Martin Bluemel Original source can be found here: https://raw.githubusercontent.com/bluemel/RapidEnv/master/org.rapidbeans.rapidenv/src/org/rapidbeans/rapidenv/FileMode.java
FileMode(int) - Constructor for class org.fuin.esmp.FileMode
 

G

getArchiveExtension() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Returns the file extension of the archive (Like "zip" or "tar.gz").
getArchiveName() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Returns the name of the archive (Like "EventStore-OSS-Win" or "EventStore-OSS-Linux") without version and file extension.
getArchiveVersion() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Returns the version of the archive (Like "3.0.3").
getArguments() - Method in class org.fuin.esmp.EventStoreStartMojo
Returns the command line arguments to pass to the executable.
getBaseUrl() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Returns the base URl where the event store archives are located.
getCommand() - Method in class org.fuin.esmp.EventStoreStartMojo
Returns the name of the executable or shell script to start the event store.
getCommand() - Method in class org.fuin.esmp.EventStoreStopMojo
Returns the name of the executable or shell script to stop the event store.
getDownloadFile() - Method in class org.fuin.esmp.EventStoreDownloadMojo
Returns the file where the result of the download is located.
getDownloadUrl() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Returns the full URL where the event store file to download is located.
getEventStoreDir() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Returns the directory where the event store should be installed.
getLogger(String) - Method in class org.slf4j.impl.MavenLoggerFactory
getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
getMavenLog() - Method in class org.slf4j.impl.StaticLoggerBinder
Set Maven Log.
getName() - Method in class org.slf4j.impl.MavenLoggerAdapter
getPidFile() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Returns the PID file.
getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
Return the singleton of this class.
getTargetDir() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Returns the target build directory.

I

info(String) - Method in class org.slf4j.impl.MavenLoggerAdapter
info(String, Object) - Method in class org.slf4j.impl.MavenLoggerAdapter
info(String, Object, Object) - Method in class org.slf4j.impl.MavenLoggerAdapter
info(String, Object[]) - Method in class org.slf4j.impl.MavenLoggerAdapter
info(String, Throwable) - Method in class org.slf4j.impl.MavenLoggerAdapter
isDebugEnabled() - Method in class org.slf4j.impl.MavenLoggerAdapter
isDircetory() - Method in class org.fuin.esmp.FileMode
 
isErrorEnabled() - Method in class org.slf4j.impl.MavenLoggerAdapter
isGr() - Method in class org.fuin.esmp.FileMode
 
isGw() - Method in class org.fuin.esmp.FileMode
 
isGx() - Method in class org.fuin.esmp.FileMode
 
isInfoEnabled() - Method in class org.slf4j.impl.MavenLoggerAdapter
isOr() - Method in class org.fuin.esmp.FileMode
 
isOw() - Method in class org.fuin.esmp.FileMode
 
isOx() - Method in class org.fuin.esmp.FileMode
 
isTraceEnabled() - Method in class org.slf4j.impl.MavenLoggerAdapter
isUr() - Method in class org.fuin.esmp.FileMode
 
isUw() - Method in class org.fuin.esmp.FileMode
 
isUx() - Method in class org.fuin.esmp.FileMode
 
isWarnEnabled() - Method in class org.slf4j.impl.MavenLoggerAdapter

L

logDebug(List<String>) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Logs all lines in debug mode.
logError(List<String>) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Logs all lines in error mode.

M

MavenLoggerAdapter - Class in org.slf4j.impl
Implementation of Logger transforming SLF4J messages to Maven log messages.
MavenLoggerAdapter() - Constructor for class org.slf4j.impl.MavenLoggerAdapter
 
MavenLoggerFactory - Class in org.slf4j.impl
MavenLoggerFactory is an implementation of ILoggerFactory returning the appropriate named MavenLoggerAdapter instance.
MavenLoggerFactory() - Constructor for class org.slf4j.impl.MavenLoggerFactory
 

O

org.fuin.esmp - package org.fuin.esmp
 
org.slf4j.impl - package org.slf4j.impl
 

R

readPid() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Reads the process ID of the event store from a file in the target directory.
REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
Declare the version of the SLF4J API this implementation is compiled against.

S

serialVersionUID - Static variable in class org.slf4j.impl.MavenLoggerAdapter
Serialization ID.
setArchiveExtension(String) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Sets the file extension of the archive (Like "zip" or "tar.gz").
setArchiveName(String) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Sets the name of the archive (Like "EventStore-OSS-Win" or "EventStore-OSS-Linux") without version and file extension.
setArchiveVersion(String) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Sets the version of the archive (Like "3.0.3").
setArguments(String[]) - Method in class org.fuin.esmp.EventStoreStartMojo
Sets the command line arguments to pass to the executable.
setBaseUrl(String) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Sets the base URl where the event store archives are located.
setCommand(String) - Method in class org.fuin.esmp.EventStoreStartMojo
Sets the name of the executable or shell script to start the event store.
setCommand(String) - Method in class org.fuin.esmp.EventStoreStopMojo
Sets the name of the executable or shell script to stop the event store.
setDownloadUrl(String) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Sets the full URL where the event store file to download is located.
setEventStoreDir(File) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Sets the directory where the event store should be installed.
setMavenLog(Log) - Method in class org.slf4j.impl.StaticLoggerBinder
Set Maven Log.
setTargetDir(File) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Sets the target build directory.
StaticLoggerBinder - Class in org.slf4j.impl
The binding of ILoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.

T

toChmodStringBasic() - Method in class org.fuin.esmp.FileMode
 
toChmodStringFull() - Method in class org.fuin.esmp.FileMode
 
toString() - Method in class org.fuin.esmp.FileMode
 
trace(String) - Method in class org.slf4j.impl.MavenLoggerAdapter
trace(String, Object) - Method in class org.slf4j.impl.MavenLoggerAdapter
trace(String, Object, Object) - Method in class org.slf4j.impl.MavenLoggerAdapter
trace(String, Object[]) - Method in class org.slf4j.impl.MavenLoggerAdapter
trace(String, Throwable) - Method in class org.slf4j.impl.MavenLoggerAdapter

W

warn(String) - Method in class org.slf4j.impl.MavenLoggerAdapter
warn(String, Object) - Method in class org.slf4j.impl.MavenLoggerAdapter
warn(String, Object[]) - Method in class org.slf4j.impl.MavenLoggerAdapter
warn(String, Object, Object) - Method in class org.slf4j.impl.MavenLoggerAdapter
warn(String, Throwable) - Method in class org.slf4j.impl.MavenLoggerAdapter
writePid(String) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Writes the process ID of the event store to a file in the target directory.
A C D E F G I L M O R S T W 

Copyright © 2015 Future Invent Informationsmanagement GmbH, Hamburg (Germany). All rights reserved.