Class Connect
java.lang.Object
org.eclipse.rdf4j.console.command.ConsoleCommand
org.eclipse.rdf4j.console.command.Connect
Connect command
- Author:
- dale
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.console.command.ConsoleCommand
LOGGER
-
Constructor Summary
ConstructorDescriptionConnect
(ConsoleIO consoleIO, ConsoleState state, Disconnect disconnect) Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Connect to default repositoryboolean
connectLocal
(String path) Connect to local repositoryboolean
connectRemote
(String url) Connect to remote repository without username of passwordvoid
Execute the given parameters.Get long descriptionGet short description, small enough to fit on one console rowgetName()
Get the name of the commandMethods inherited from class org.eclipse.rdf4j.console.command.ConsoleCommand
askProceed, getConsoleIO, getConsoleSettings, getConsoleState, usesSettings, write, writeError, writeError, writeInfo, writeln, writeUnopenedError
-
Constructor Details
-
Connect
Constructor- Parameters:
consoleIO
-state
-disconnect
-
-
-
Method Details
-
getName
Description copied from interface:Help
Get the name of the command- Returns:
- string
-
getHelpShort
Description copied from class:ConsoleCommand
Get short description, small enough to fit on one console row- Specified by:
getHelpShort
in interfaceHelp
- Overrides:
getHelpShort
in classConsoleCommand
- Returns:
- help string
-
getHelpLong
Description copied from class:ConsoleCommand
Get long description- Specified by:
getHelpLong
in interfaceHelp
- Overrides:
getHelpLong
in classConsoleCommand
- Returns:
- string, can be multiple lines
-
execute
Description copied from interface:Command
Execute the given parameters.- Specified by:
execute
in interfaceCommand
- Overrides:
execute
in classConsoleCommand
- Parameters:
tokens
- parameters typed by user
-
connectDefault
public boolean connectDefault()Connect to default repository- Returns:
- true if connected
-
connectLocal
Connect to local repository- Parameters:
path
- directory of the local repository- Returns:
- true on success
-
connectRemote
Connect to remote repository without username of password- Parameters:
url
- URL of the repository- Returns:
- true on success
-