Skip navigation links
A C D E F G H I L O P R S T U V 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.
compareTo(DownloadOS) - Method in class org.fuin.esmp.DownloadOS
 
compareTo(DownloadOSFamily) - Method in class org.fuin.esmp.DownloadOSFamily
 
compareTo(DownloadVersion) - Method in class org.fuin.esmp.DownloadVersion
 

D

deletePid() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Deletes the process ID file in the target directory.
DownloadOS - Class in org.fuin.esmp
OS name of the Event Store that is available for download.
DownloadOS(String) - Constructor for class org.fuin.esmp.DownloadOS
Constructor with mandatory data.
DownloadOS(String, String) - Constructor for class org.fuin.esmp.DownloadOS
Constructor with all data.
DownloadOSFamily - Class in org.fuin.esmp
Operation system family of the Event Store that is available for download.
DownloadOSFamily(String) - Constructor for class org.fuin.esmp.DownloadOSFamily
Constructor with mandatory data.
DownloadOSFamily(String, List<DownloadOS>) - Constructor for class org.fuin.esmp.DownloadOSFamily
Constructor with mandatory data.
Downloads - Class in org.fuin.esmp
Parses all available versions and provides easy access to this information.
Downloads(URL, File) - Constructor for class org.fuin.esmp.Downloads
Constructor with URL and local file.
DownloadVersion - Class in org.fuin.esmp
Version of the Event Store that is available for download.
DownloadVersion(String) - Constructor for class org.fuin.esmp.DownloadVersion
Constructor with all data.
DownloadVersion(String, List<DownloadOSFamily>) - Constructor for class org.fuin.esmp.DownloadVersion
Constructor with all data.

E

equals(Object) - Method in class org.fuin.esmp.DownloadOS
 
equals(Object) - Method in class org.fuin.esmp.DownloadOSFamily
 
equals(Object) - Method in class org.fuin.esmp.DownloadVersion
 
EventStoreCertificateMojo - Class in org.fuin.esmp
Generates a self-signed certificate for usage with the event store.
EventStoreCertificateMojo() - Constructor for class org.fuin.esmp.EventStoreCertificateMojo
 
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
 
EventStorePostStartMojo - Class in org.fuin.esmp
Executes a script after starting the event store.
EventStorePostStartMojo() - Constructor for class org.fuin.esmp.EventStorePostStartMojo
 
EventStoreStartMojo - Class in org.fuin.esmp
Starts the event store.
EventStoreStartMojo() - Constructor for class org.fuin.esmp.EventStoreStartMojo
 
EventStoreStopMojo - Class in org.fuin.esmp
Stops the event store.
EventStoreStopMojo() - Constructor for class org.fuin.esmp.EventStoreStopMojo
 
execute() - Method in class org.fuin.esmp.AbstractEventStoreMojo
 
execute() - Method in class org.fuin.esmp.EventStoreCertificateMojo
 
execute() - Method in class org.fuin.esmp.HelpMojo
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.EventStorePostStartMojo
 
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
 
findDownload(String) - Method in class org.fuin.esmp.DownloadOSFamily
Returns the download with a given name.
findFamily(String) - Method in class org.fuin.esmp.DownloadVersion
Returns the OS family with a given name.
findLatest(boolean) - Method in class org.fuin.esmp.Downloads
Returns the latest available version.
findLatestDownload(String) - Method in class org.fuin.esmp.DownloadOSFamily
Returns the latest download version.
findVersion(String) - Method in class org.fuin.esmp.Downloads
Returns the version with a given name.

G

getArguments() - Method in class org.fuin.esmp.EventStoreStartMojo
Returns the command line arguments to pass to the executable.
getCertificateFile() - Method in class org.fuin.esmp.EventStoreCertificateMojo
Returns the path and name of the certificate file to generate.
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.
getDownloadOsQualifier() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Returns the qualifier that helps selecting the right download.
getDownloads() - Method in class org.fuin.esmp.DownloadOSFamily
Returns the list of available downloads.
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.
getIncludeRc() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Determines if release candidates (versions with "-rc") should be included.
getJsonDownloadsFile() - Method in class org.fuin.esmp.Downloads
Returns the parsed file.
getMessages() - Method in class org.fuin.esmp.EventStorePostStartMojo
Returns the messages from the last execution.
getName() - Method in class org.fuin.esmp.DownloadOS
Returns the name.
getName() - Method in class org.fuin.esmp.DownloadOSFamily
Returns the OS family name.
getName() - Method in class org.fuin.esmp.DownloadVersion
Returns the version name.
getOSFamilies() - Method in class org.fuin.esmp.DownloadVersion
Returns the list of OS families.
getPidFile() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Returns the PID file.
getPostStartCommand() - Method in class org.fuin.esmp.EventStorePostStartMojo
Returns the name of the executable or shell script to execute after starting the event store.
getTargetDir() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Returns the target build directory.
getUrl() - Method in class org.fuin.esmp.DownloadOS
Returns the download URL string.
getURL() - Method in class org.fuin.esmp.DownloadOS
Returns the download URL.
getVersions() - Method in class org.fuin.esmp.Downloads
Returns the version list.
getVersionUrl() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Returns the URl of the version JSON file.

H

hashCode() - Method in class org.fuin.esmp.DownloadOS
 
hashCode() - Method in class org.fuin.esmp.DownloadOSFamily
 
hashCode() - Method in class org.fuin.esmp.DownloadVersion
 
HelpMojo - Class in org.fuin.esmp
Display help information on es-maven-plugin.
Call mvn es:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.fuin.esmp.HelpMojo
 

I

isDircetory() - Method in class org.fuin.esmp.FileMode
 
isGr() - Method in class org.fuin.esmp.FileMode
 
isGw() - Method in class org.fuin.esmp.FileMode
 
isGx() - Method in class org.fuin.esmp.FileMode
 
isIncludeRc() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Determines if release candidates (versions with "-rc") should be included.
isOr() - Method in class org.fuin.esmp.FileMode
 
isOw() - Method in class org.fuin.esmp.FileMode
 
isOx() - Method in class org.fuin.esmp.FileMode
 
isRelease() - Method in class org.fuin.esmp.DownloadVersion
Determines if this version is a release.
isUr() - Method in class org.fuin.esmp.FileMode
 
isUw() - Method in class org.fuin.esmp.FileMode
 
isUx() - Method in class org.fuin.esmp.FileMode
 

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.

O

org.fuin.esmp - package org.fuin.esmp
 

P

parse() - Method in class org.fuin.esmp.Downloads
Loads the data from the JSON download versions file.

R

readPid() - Method in class org.fuin.esmp.AbstractEventStoreMojo
Reads the process ID of the event store from a file in the target directory.

S

setArguments(String[]) - Method in class org.fuin.esmp.EventStoreStartMojo
Sets the command line arguments to pass to the executable.
setCertificateFile(String) - Method in class org.fuin.esmp.EventStoreCertificateMojo
Sets the path and name of the certificate file to generate.
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.
setDownloadOsQualifier(String) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Sets the qualifier that helps selecting the right download.
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.
setIncludeRc(String) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Determines if release candidates (versions with "-rc") should be included.
setPostStartCommand(String) - Method in class org.fuin.esmp.EventStorePostStartMojo
Sets the name of the executable or shell script to execute after starting the event store.
setTargetDir(File) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Sets the target build directory.
setVersionUrl(String) - Method in class org.fuin.esmp.AbstractEventStoreMojo
Sets the URl of the version JSON file.

T

toChmodStringBasic() - Method in class org.fuin.esmp.FileMode
 
toChmodStringFull() - Method in class org.fuin.esmp.FileMode
 
toString() - Method in class org.fuin.esmp.DownloadOS
 
toString() - Method in class org.fuin.esmp.DownloadOSFamily
 
toString() - Method in class org.fuin.esmp.DownloadVersion
 
toString() - Method in class org.fuin.esmp.FileMode
 

U

unTarGz(File, File) - Static method in class org.fuin.esmp.EventStoreDownloadMojo
Unpacks the given TAR/GZ file into a target directory.
unzip(File, File) - Static method in class org.fuin.esmp.EventStoreDownloadMojo
Unzips the given ZIP file into a target directory.

V

VERSION_URL - Static variable in class org.fuin.esmp.AbstractEventStoreMojo
URL of the JSON file with available event store versions.

W

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 H I L O P R S T U V W 
Skip navigation links

Copyright © 2019 fuin.org (Germany). All rights reserved.