A B C E G H I L M P R T V 
All Classes All Packages

A

AbstractVersion - Class in com.powsybl.tools
 
AbstractVersion(String, String, String, String, long) - Constructor for class com.powsybl.tools.AbstractVersion
 

B

buildTimestamp - Variable in class com.powsybl.tools.AbstractVersion
 

C

com.powsybl.tools - module com.powsybl.tools
 
com.powsybl.tools - package com.powsybl.tools
 
Command - Interface in com.powsybl.tools
 
COMMAND_NOT_FOUND_STATUS - Static variable in class com.powsybl.tools.CommandLineTools
 
COMMAND_OK_STATUS - Static variable in class com.powsybl.tools.CommandLineTools
 
CommandLineTools - Class in com.powsybl.tools
 
CommandLineTools() - Constructor for class com.powsybl.tools.CommandLineTools
 
CommandLineTools(Iterable<Tool>) - Constructor for class com.powsybl.tools.CommandLineTools
 
CommandLineUtil - Class in com.powsybl.tools
 
createLongTimeExecutionComputationManager(CommandLine) - Method in interface com.powsybl.tools.ToolInitializationContext
 
createShortTimeExecutionComputationManager(CommandLine) - Method in interface com.powsybl.tools.ToolInitializationContext
 

E

EXECUTION_ERROR_STATUS - Static variable in class com.powsybl.tools.CommandLineTools
 

G

getAdditionalOptions() - Method in interface com.powsybl.tools.ToolInitializationContext
 
getBuildTimestamp() - Method in class com.powsybl.tools.AbstractVersion
 
getBuildTimestamp() - Method in interface com.powsybl.tools.Version
 
getCommand() - Method in class com.powsybl.tools.PluginsInfoTool
 
getCommand() - Method in interface com.powsybl.tools.Tool
Get the command of the tool.
getCommand() - Method in class com.powsybl.tools.VersionTool
 
getDescription() - Method in interface com.powsybl.tools.Command
Get a description of the command.
getDouble(String) - Method in class com.powsybl.tools.ToolOptions
If exists, return the option value as a double.
getEnum(String, Class<E>) - Method in class com.powsybl.tools.ToolOptions
If exists, return the option value as an enum.
getErrorStream() - Method in interface com.powsybl.tools.ToolInitializationContext
 
getErrorStream() - Method in class com.powsybl.tools.ToolRunningContext
 
getFileSystem() - Method in interface com.powsybl.tools.ToolInitializationContext
 
getFileSystem() - Method in class com.powsybl.tools.ToolRunningContext
 
getFloat(String) - Method in class com.powsybl.tools.ToolOptions
If exists, return the option value as a float.
getGitBranch() - Method in class com.powsybl.tools.AbstractVersion
 
getGitBranch() - Method in interface com.powsybl.tools.Version
 
getGitVersion() - Method in class com.powsybl.tools.AbstractVersion
 
getGitVersion() - Method in interface com.powsybl.tools.Version
 
getInt(String) - Method in class com.powsybl.tools.ToolOptions
If exists, return the option value as an int.
getLongTimeExecutionComputationManager() - Method in class com.powsybl.tools.ToolRunningContext
 
getMavenProjectVersion() - Method in class com.powsybl.tools.AbstractVersion
 
getMavenProjectVersion() - Method in interface com.powsybl.tools.Version
 
getName() - Method in interface com.powsybl.tools.Command
Get the name of the command.
getOptions() - Method in interface com.powsybl.tools.Command
Get the command options.
getOptionValue(CommandLine, String, Class<T>, T) - Static method in class com.powsybl.tools.CommandLineUtil
 
getOutputStream() - Method in interface com.powsybl.tools.ToolInitializationContext
 
getOutputStream() - Method in class com.powsybl.tools.ToolRunningContext
 
getPath(String) - Method in class com.powsybl.tools.ToolOptions
If exists, return the option value as a file system Path.
getRepositoryName() - Method in class com.powsybl.tools.AbstractVersion
 
getRepositoryName() - Method in interface com.powsybl.tools.Version
 
getShortTimeExecutionComputationManager() - Method in class com.powsybl.tools.ToolRunningContext
 
getTableString() - Static method in interface com.powsybl.tools.Version
 
getTableString(PlatformConfig) - Static method in interface com.powsybl.tools.Version
 
getTheme() - Method in interface com.powsybl.tools.Command
Get the command theme used to group in the help usage commands with the same theme.
getUsageFooter() - Method in interface com.powsybl.tools.Command
Get a foot text that will be displayed in the command usage.
getValue(String) - Method in class com.powsybl.tools.ToolOptions
If exists, return the option value as a string.
getValue(String, Function<String, T>) - Method in class com.powsybl.tools.ToolOptions
If exists, return the option value parsed with the provided parser.
getValues(String) - Method in class com.powsybl.tools.ToolOptions
If exists, return the option value as a list of strings, assuming they were provided as a comma separated list.
gitBranch - Variable in class com.powsybl.tools.AbstractVersion
 
gitVersion - Variable in class com.powsybl.tools.AbstractVersion
 

H

hasOption(String) - Method in class com.powsybl.tools.ToolOptions
Return true if the option is defined.

I

INVALID_COMMAND_STATUS - Static variable in class com.powsybl.tools.CommandLineTools
 
isHidden() - Method in interface com.powsybl.tools.Command
Check if the command must be visible in the help.

L

list() - Static method in interface com.powsybl.tools.Version
 

M

main(String[]) - Static method in class com.powsybl.tools.Main
 
Main - Class in com.powsybl.tools
 
mavenProjectVersion - Variable in class com.powsybl.tools.AbstractVersion
 

P

PluginsInfoTool - Class in com.powsybl.tools
 
PluginsInfoTool() - Constructor for class com.powsybl.tools.PluginsInfoTool
 
PowsyblCoreVersion - Class in com.powsybl.tools
 
PowsyblCoreVersion() - Constructor for class com.powsybl.tools.PowsyblCoreVersion
 
printCommandUsage(String, Options, String, PrintStream) - Static method in class com.powsybl.tools.CommandLineTools
 

R

repositoryName - Variable in class com.powsybl.tools.AbstractVersion
 
run(String[], ToolInitializationContext) - Method in class com.powsybl.tools.CommandLineTools
 
run(CommandLine, ToolRunningContext) - Method in class com.powsybl.tools.PluginsInfoTool
 
run(CommandLine, ToolRunningContext) - Method in interface com.powsybl.tools.Tool
Run the tool.
run(CommandLine, ToolRunningContext) - Method in class com.powsybl.tools.VersionTool
 

T

TASK - Static variable in class com.powsybl.tools.ToolConstants
 
TASK_COUNT - Static variable in class com.powsybl.tools.ToolConstants
 
toMap() - Method in class com.powsybl.tools.AbstractVersion
 
Tool - Interface in com.powsybl.tools
 
ToolConstants - Class in com.powsybl.tools
 
ToolInitializationContext - Interface in com.powsybl.tools
 
ToolOptions - Class in com.powsybl.tools
Wrapper around CommandLine to provide a more user friendly syntax, in particular based on Optionals.
ToolOptions(CommandLine, ToolRunningContext) - Constructor for class com.powsybl.tools.ToolOptions
 
ToolOptions(CommandLine, FileSystem) - Constructor for class com.powsybl.tools.ToolOptions
 
ToolRunningContext - Class in com.powsybl.tools
 
ToolRunningContext(PrintStream, PrintStream, FileSystem, ComputationManager, ComputationManager) - Constructor for class com.powsybl.tools.ToolRunningContext
 
toString() - Method in class com.powsybl.tools.AbstractVersion
 

V

Version - Interface in com.powsybl.tools
 
VersionTool - Class in com.powsybl.tools
 
VersionTool() - Constructor for class com.powsybl.tools.VersionTool
 
VersionTool(PlatformConfig) - Constructor for class com.powsybl.tools.VersionTool
 
A B C E G H I L M P R T V 
All Classes All Packages