Skip navigation links
A B C D E F G H I M N O P R S U W 

A

AdminCommand - Interface in org.neo4j.commandline.admin
To create a command for neo4j-admin: implement AdminCommand create a concrete subclass of AdminCommand.Provider which instantiates the command register the Provider in META-INF/services as described here
AdminCommand.Blocker - Interface in org.neo4j.commandline.admin
 
AdminCommand.Provider - Class in org.neo4j.commandline.admin
 
AdminTool - Class in org.neo4j.commandline.admin
 
AdminTool(CommandLocator, BlockerLocator, OutsideWorld, boolean) - Constructor for class org.neo4j.commandline.admin.AdminTool
 
allArguments() - Method in class org.neo4j.commandline.admin.AdminCommand.Provider
 
allArguments() - Method in class org.neo4j.commandline.admin.HelpCommandProvider
 
Arguments - Class in org.neo4j.commandline.arguments
Builder class for constructing a suitable arguments-string for displaying in help messages and alike.
Arguments() - Constructor for class org.neo4j.commandline.arguments.Arguments
 

B

BlockerLocator - Interface in org.neo4j.commandline.admin
 

C

canonicalPath(Path) - Static method in class org.neo4j.commandline.Util
 
canonicalPath(String) - Static method in class org.neo4j.commandline.Util
 
canonicalPath(File) - Static method in class org.neo4j.commandline.Util
 
checkLock(Path) - Static method in class org.neo4j.commandline.Util
 
CommandFailed - Exception in org.neo4j.commandline.admin
 
CommandFailed(String, Exception) - Constructor for exception org.neo4j.commandline.admin.CommandFailed
 
CommandFailed(Throwable) - Constructor for exception org.neo4j.commandline.admin.CommandFailed
 
CommandFailed(String) - Constructor for exception org.neo4j.commandline.admin.CommandFailed
 
CommandLocator - Interface in org.neo4j.commandline.admin
The CommandLocator locates named commands for the AdminTool, or supplies the set of available commands for printing help output.
commands() - Method in interface org.neo4j.commandline.admin.AdminCommand.Blocker
 
CommandUsage(AdminCommand.Provider, String) - Constructor for class org.neo4j.commandline.admin.Usage.CommandUsage
 
create(Path, Path, OutsideWorld) - Method in class org.neo4j.commandline.admin.AdminCommand.Provider
 
create(Path, Path, OutsideWorld) - Method in class org.neo4j.commandline.admin.HelpCommandProvider
 

D

Database - Class in org.neo4j.commandline.arguments.common
 
Database() - Constructor for class org.neo4j.commandline.arguments.common.Database
 
defaultValue() - Method in class org.neo4j.commandline.arguments.OptionalNamedArg
 
description() - Method in class org.neo4j.commandline.admin.AdminCommand.Provider
 
description() - Method in class org.neo4j.commandline.admin.HelpCommandProvider
 
description(String) - Method in class org.neo4j.commandline.arguments.Arguments
 
description() - Method in class org.neo4j.commandline.arguments.MandatoryNamedArg
 
description() - Method in interface org.neo4j.commandline.arguments.NamedArgument
An explanation of the option in the options list.
description() - Method in class org.neo4j.commandline.arguments.OptionalNamedArg
 
doesBlock(Path, Path) - Method in interface org.neo4j.commandline.admin.AdminCommand.Blocker
 

E

errorStream() - Method in interface org.neo4j.commandline.admin.OutsideWorld
 
errorStream() - Method in class org.neo4j.commandline.admin.RealOutsideWorld
 
exampleValue() - Method in class org.neo4j.commandline.arguments.MandatoryNamedArg
 
exampleValue() - Method in interface org.neo4j.commandline.arguments.NamedArgument
Example value listed in usage between brackets like '--name='
exampleValue() - Method in class org.neo4j.commandline.arguments.OptionalNamedArg
 
execute(String[]) - Method in interface org.neo4j.commandline.admin.AdminCommand
 
execute(Path, Path, String...) - Method in class org.neo4j.commandline.admin.AdminTool
 
execute(String...) - Method in class org.neo4j.commandline.admin.HelpCommand
 
exit(int) - Method in interface org.neo4j.commandline.admin.OutsideWorld
 
exit(int) - Method in class org.neo4j.commandline.admin.RealOutsideWorld
 
explanation() - Method in interface org.neo4j.commandline.admin.AdminCommand.Blocker
 

F

fileSystem() - Method in interface org.neo4j.commandline.admin.OutsideWorld
 
fileSystem() - Method in class org.neo4j.commandline.admin.RealOutsideWorld
 
findBlockers(String) - Method in interface org.neo4j.commandline.admin.BlockerLocator
 
findProvider(String) - Method in interface org.neo4j.commandline.admin.CommandLocator
Find a command provider that matches the given key or name, or throws NoSuchElementException if no matching provider was found.
formatArgumentDescription(int, NamedArgument) - Method in class org.neo4j.commandline.arguments.Arguments
 
fromServiceLocator() - Static method in interface org.neo4j.commandline.admin.BlockerLocator
 
fromServiceLocator() - Static method in interface org.neo4j.commandline.admin.CommandLocator
Get a command locator that uses the service locator mechanism to find providers by their service key.

G

get(int) - Method in class org.neo4j.commandline.arguments.Arguments
 
get(String) - Method in class org.neo4j.commandline.arguments.Arguments
 
get(String, Function<String, T>) - Method in class org.neo4j.commandline.arguments.Arguments
 
getAllProviders() - Method in interface org.neo4j.commandline.admin.CommandLocator
Get an iterable of all of the command providers that are available through this command locator instance.
getBoolean(String) - Method in class org.neo4j.commandline.arguments.Arguments
 
getMandatoryPath(String) - Method in class org.neo4j.commandline.arguments.Arguments
 
getOptionalPath(String) - Method in class org.neo4j.commandline.arguments.Arguments
 

H

has(String) - Method in class org.neo4j.commandline.arguments.Arguments
 
has(Args) - Method in interface org.neo4j.commandline.arguments.NamedArgument
Returns true if this argument was given explicitly on the command line
HelpCommand - Class in org.neo4j.commandline.admin
 
HelpCommandProvider - Class in org.neo4j.commandline.admin
 
HelpCommandProvider(Usage) - Constructor for class org.neo4j.commandline.admin.HelpCommandProvider
 

I

IncorrectUsage - Exception in org.neo4j.commandline.admin
 
IncorrectUsage(String) - Constructor for exception org.neo4j.commandline.admin.IncorrectUsage
 

M

main(String[]) - Static method in class org.neo4j.commandline.admin.AdminTool
 
MandatoryCanonicalPath - Class in org.neo4j.commandline.arguments.common
 
MandatoryCanonicalPath(String, String, String) - Constructor for class org.neo4j.commandline.arguments.common.MandatoryCanonicalPath
 
MandatoryNamedArg - Class in org.neo4j.commandline.arguments
 
MandatoryNamedArg(String, String, String) - Constructor for class org.neo4j.commandline.arguments.MandatoryNamedArg
 
MandatoryPositionalArgument - Class in org.neo4j.commandline.arguments
 
MandatoryPositionalArgument(int, String) - Constructor for class org.neo4j.commandline.arguments.MandatoryPositionalArgument
 

N

name() - Method in class org.neo4j.commandline.admin.AdminCommand.Provider
 
name() - Method in class org.neo4j.commandline.arguments.MandatoryNamedArg
 
name() - Method in interface org.neo4j.commandline.arguments.NamedArgument
Name of the option as in '--name='
name() - Method in class org.neo4j.commandline.arguments.OptionalNamedArg
 
NamedArgument - Interface in org.neo4j.commandline.arguments
 
NO_ARGS - Static variable in class org.neo4j.commandline.arguments.Arguments
 

O

OptionalBooleanArg - Class in org.neo4j.commandline.arguments
 
OptionalBooleanArg(String, boolean, String) - Constructor for class org.neo4j.commandline.arguments.OptionalBooleanArg
 
OptionalCanonicalPath - Class in org.neo4j.commandline.arguments.common
 
OptionalCanonicalPath(String, String, String, String) - Constructor for class org.neo4j.commandline.arguments.common.OptionalCanonicalPath
 
OptionalNamedArg - Class in org.neo4j.commandline.arguments
 
OptionalNamedArg(String, String, String, String) - Constructor for class org.neo4j.commandline.arguments.OptionalNamedArg
 
OptionalNamedArg(String, String[], String, String) - Constructor for class org.neo4j.commandline.arguments.OptionalNamedArg
 
OptionalNamedArgWithMetadata - Class in org.neo4j.commandline.arguments
Some arguments can have a variable name, such as in neo4j-admin import where the `--relationships` argument may have the following form: --relationships:MYTYPE=file.csv or the `--nodes` argument which can be --nodes:TYPE1:TYPE2=file.csv This is only used for validation, not to actually read the metadata.
OptionalNamedArgWithMetadata(String, String, String, String, String) - Constructor for class org.neo4j.commandline.arguments.OptionalNamedArgWithMetadata
 
OptionalPositionalArgument - Class in org.neo4j.commandline.arguments
 
OptionalPositionalArgument(int, String) - Constructor for class org.neo4j.commandline.arguments.OptionalPositionalArgument
 
optionsListing() - Method in class org.neo4j.commandline.arguments.MandatoryNamedArg
 
optionsListing() - Method in interface org.neo4j.commandline.arguments.NamedArgument
Represents the option in the options list.
optionsListing() - Method in class org.neo4j.commandline.arguments.OptionalNamedArg
 
optionsListing() - Method in class org.neo4j.commandline.arguments.OptionalNamedArgWithMetadata
 
org.neo4j.commandline - package org.neo4j.commandline
 
org.neo4j.commandline.admin - package org.neo4j.commandline.admin
 
org.neo4j.commandline.arguments - package org.neo4j.commandline.arguments
 
org.neo4j.commandline.arguments.common - package org.neo4j.commandline.arguments.common
 
OutsideWorld - Interface in org.neo4j.commandline.admin
 
outStream() - Method in interface org.neo4j.commandline.admin.OutsideWorld
 
outStream() - Method in class org.neo4j.commandline.admin.RealOutsideWorld
 

P

parse(String[]) - Method in class org.neo4j.commandline.arguments.Arguments
 
parse(Args) - Method in class org.neo4j.commandline.arguments.common.Database
 
parse(Args) - Method in class org.neo4j.commandline.arguments.common.MandatoryCanonicalPath
 
parse(Args) - Method in class org.neo4j.commandline.arguments.common.OptionalCanonicalPath
 
parse(Args) - Method in class org.neo4j.commandline.arguments.MandatoryNamedArg
 
parse(Args) - Method in interface org.neo4j.commandline.arguments.NamedArgument
Parses the option (or possible default value) out of program arguments.
parse(Args) - Method in class org.neo4j.commandline.arguments.OptionalBooleanArg
 
parse(Args) - Method in class org.neo4j.commandline.arguments.OptionalNamedArg
 
parse(Args) - Method in class org.neo4j.commandline.arguments.OptionalNamedArgWithMetadata
 
parse(Args) - Method in class org.neo4j.commandline.arguments.OptionalPositionalArgument
 
parse(Args) - Method in interface org.neo4j.commandline.arguments.PositionalArgument
Parses the option (or possible default value) out of program arguments.
parseMultiple(Args) - Method in class org.neo4j.commandline.arguments.MandatoryNamedArg
 
parseMultiple(Args) - Method in interface org.neo4j.commandline.arguments.NamedArgument
Parses the option (or possible default value) out of program arguments.
parseMultiple(Args) - Method in class org.neo4j.commandline.arguments.OptionalNamedArg
 
parseMultiple(Args) - Method in class org.neo4j.commandline.arguments.OptionalNamedArgWithMetadata
 
position() - Method in class org.neo4j.commandline.arguments.OptionalPositionalArgument
 
position() - Method in interface org.neo4j.commandline.arguments.PositionalArgument
Index of the argument in arguments listing.
PositionalArgument - Interface in org.neo4j.commandline.arguments
 
possibleArguments() - Method in class org.neo4j.commandline.admin.AdminCommand.Provider
 
print(Consumer<String>) - Method in class org.neo4j.commandline.admin.Usage
 
printDetailed(Consumer<String>) - Method in class org.neo4j.commandline.admin.Usage.CommandUsage
 
printIndentedSummary(Consumer<String>) - Method in class org.neo4j.commandline.admin.Usage.CommandUsage
 
printStacktrace(Exception) - Method in interface org.neo4j.commandline.admin.OutsideWorld
 
printStacktrace(Exception) - Method in class org.neo4j.commandline.admin.RealOutsideWorld
 
printSummary(Consumer<String>) - Method in class org.neo4j.commandline.admin.Usage.CommandUsage
 
printUsageForCommand(AdminCommand.Provider, Consumer<String>) - Method in class org.neo4j.commandline.admin.Usage
 

R

RealOutsideWorld - Class in org.neo4j.commandline.admin
 
RealOutsideWorld() - Constructor for class org.neo4j.commandline.admin.RealOutsideWorld
 
rightColumnFormatted(String, String, int) - Static method in class org.neo4j.commandline.arguments.Arguments
 

S

scriptName - Static variable in class org.neo4j.commandline.admin.AdminTool
 
stdErrLine(String) - Method in interface org.neo4j.commandline.admin.OutsideWorld
 
stdErrLine(String) - Method in class org.neo4j.commandline.admin.RealOutsideWorld
 
stdOutLine(String) - Method in interface org.neo4j.commandline.admin.OutsideWorld
 
stdOutLine(String) - Method in class org.neo4j.commandline.admin.RealOutsideWorld
 
summary() - Method in class org.neo4j.commandline.admin.AdminCommand.Provider
 
summary() - Method in class org.neo4j.commandline.admin.HelpCommandProvider
 

U

Usage - Class in org.neo4j.commandline.admin
 
Usage(String, CommandLocator) - Constructor for class org.neo4j.commandline.admin.Usage
 
usage() - Method in class org.neo4j.commandline.arguments.Arguments
 
usage() - Method in class org.neo4j.commandline.arguments.MandatoryNamedArg
 
usage() - Method in class org.neo4j.commandline.arguments.MandatoryPositionalArgument
 
usage() - Method in interface org.neo4j.commandline.arguments.NamedArgument
Represents the option in the usage string.
usage() - Method in class org.neo4j.commandline.arguments.OptionalBooleanArg
 
usage() - Method in class org.neo4j.commandline.arguments.OptionalNamedArg
 
usage() - Method in class org.neo4j.commandline.arguments.OptionalNamedArgWithMetadata
 
usage() - Method in class org.neo4j.commandline.arguments.OptionalPositionalArgument
 
usage() - Method in interface org.neo4j.commandline.arguments.PositionalArgument
Represents the option in the usage string.
Usage.CommandUsage - Class in org.neo4j.commandline.admin
 
Util - Class in org.neo4j.commandline
 
Util() - Constructor for class org.neo4j.commandline.Util
 

W

withAdditionalCommand(Supplier<AdminCommand.Provider>, CommandLocator) - Static method in interface org.neo4j.commandline.admin.CommandLocator
Augment the given command locator such that it also considers the command provider given through the supplier.
withAdditionalConfig() - Method in class org.neo4j.commandline.arguments.Arguments
 
withArgument(NamedArgument) - Method in class org.neo4j.commandline.arguments.Arguments
 
withDatabase() - Method in class org.neo4j.commandline.arguments.Arguments
 
withMandatoryPositionalArgument(int, String) - Method in class org.neo4j.commandline.arguments.Arguments
 
withOptionalPositionalArgument(int, String) - Method in class org.neo4j.commandline.arguments.Arguments
 
withPositionalArgument(PositionalArgument) - Method in class org.neo4j.commandline.arguments.Arguments
 
withTo(String) - Method in class org.neo4j.commandline.arguments.Arguments
 
wrapIOException(IOException) - Static method in class org.neo4j.commandline.Util
 
wrapText(String, int) - Static method in class org.neo4j.commandline.arguments.Arguments
Original line-endings in the text are respected.
A B C D E F G H I M N O P R S U W 
Skip navigation links

Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.