From a5395a7d2b342d2e78763a6dc236e1d15ef91cd0 Mon Sep 17 00:00:00 2001 From: Luke Spragg Date: Tue, 25 Aug 2015 15:30:23 -0400 Subject: [PATCH] Initial commit --- allclasses-frame.html | 65 + allclasses-noframe.html | 65 + com/flowpowered/commands/Alias.html | 331 +++ .../AliasAlreadyCreatedException.html | 264 +++ .../commands/ArgumentParseException.html | 348 +++ .../commands/ChildAlreadyExistException.html | 264 +++ .../commands/Command.Complete.html | 321 +++ com/flowpowered/commands/Command.Execute.html | 297 +++ com/flowpowered/commands/Command.Get.html | 310 +++ .../commands/Command.ProcessingMode.html | 243 ++ com/flowpowered/commands/Command.html | 1134 ++++++++++ .../commands/CommandArgumentException.html | 253 +++ .../commands/CommandArguments.html | 2009 +++++++++++++++++ .../commands/CommandException.html | 294 +++ com/flowpowered/commands/CommandExecutor.html | 246 ++ com/flowpowered/commands/CommandManager.html | 681 ++++++ com/flowpowered/commands/CommandProvider.html | 195 ++ com/flowpowered/commands/CommandSender.html | 254 +++ .../commands/CompletingCommandExecutor.html | 253 +++ .../commands/ConfigurableCommandManager.html | 398 ++++ .../InvalidCommandArgumentException.html | 377 ++++ ...sitionallyOverridableCommandArguments.html | 497 ++++ .../annotated/AnnotatedCommandExecutor.html | 298 +++ .../AnnotatedCommandExecutorFactory.html | 364 +++ .../annotated/CommandDescription.html | 349 +++ .../commands/annotated/Filter.html | 223 ++ .../commands/annotated/Parent.html | 268 +++ .../commands/annotated/Parents.html | 215 ++ .../commands/annotated/Permissible.html | 223 ++ .../annotated/WrappedCommandException.html | 283 +++ .../class-use/AnnotatedCommandExecutor.html | 188 ++ .../AnnotatedCommandExecutorFactory.html | 126 ++ .../class-use/CommandDescription.html | 126 ++ .../commands/annotated/class-use/Filter.html | 126 ++ .../commands/annotated/class-use/Parent.html | 126 ++ .../commands/annotated/class-use/Parents.html | 126 ++ .../annotated/class-use/Permissible.html | 126 ++ .../class-use/WrappedCommandException.html | 126 ++ .../commands/annotated/package-frame.html | 34 + .../commands/annotated/package-summary.html | 202 ++ .../commands/annotated/package-tree.html | 161 ++ .../commands/annotated/package-use.html | 161 ++ com/flowpowered/commands/class-use/Alias.html | 238 ++ .../AliasAlreadyCreatedException.html | 180 ++ .../class-use/ArgumentParseException.html | 170 ++ .../class-use/ChildAlreadyExistException.html | 169 ++ .../commands/class-use/Command.Complete.html | 126 ++ .../commands/class-use/Command.Execute.html | 166 ++ .../commands/class-use/Command.Get.html | 126 ++ .../class-use/Command.ProcessingMode.html | 203 ++ .../commands/class-use/Command.html | 601 +++++ .../class-use/CommandArgumentException.html | 174 ++ .../commands/class-use/CommandArguments.html | 556 +++++ .../commands/class-use/CommandException.html | 401 ++++ .../commands/class-use/CommandExecutor.html | 216 ++ .../commands/class-use/CommandManager.html | 217 ++ .../commands/class-use/CommandProvider.html | 197 ++ .../commands/class-use/CommandSender.html | 431 ++++ .../class-use/CompletingCommandExecutor.html | 126 ++ .../class-use/ConfigurableCommandManager.html | 126 ++ .../InvalidCommandArgumentException.html | 490 ++++ ...sitionallyOverridableCommandArguments.html | 167 ++ .../InsufficientPermissionsException.html | 310 +++ .../exception/UnknownSubcommandException.html | 338 +++ .../UserFriendlyCommandException.html | 304 +++ .../InsufficientPermissionsException.html | 126 ++ .../class-use/UnknownSubcommandException.html | 126 ++ .../UserFriendlyCommandException.html | 194 ++ .../commands/exception/package-frame.html | 23 + .../commands/exception/package-summary.html | 154 ++ .../commands/exception/package-tree.html | 156 ++ .../commands/exception/package-use.html | 182 ++ .../commands/filter/CommandFilter.html | 244 ++ .../filter/CommandSenderTypeFilter.html | 315 +++ .../filter/class-use/CommandFilter.html | 215 ++ .../class-use/CommandSenderTypeFilter.html | 126 ++ .../commands/filter/package-frame.html | 25 + .../commands/filter/package-summary.html | 163 ++ .../commands/filter/package-tree.html | 143 ++ .../commands/filter/package-use.html | 182 ++ .../commands/flags/CommandFlags.html | 691 ++++++ com/flowpowered/commands/flags/Flag.html | 441 ++++ .../commands/flags/FlagArgCompleter.html | 237 ++ com/flowpowered/commands/flags/MultiFlag.html | 399 ++++ .../flags/class-use/CommandFlags.html | 409 ++++ .../commands/flags/class-use/Flag.html | 294 +++ .../flags/class-use/FlagArgCompleter.html | 179 ++ .../commands/flags/class-use/MultiFlag.html | 126 ++ .../commands/flags/package-frame.html | 27 + .../commands/flags/package-summary.html | 169 ++ .../commands/flags/package-tree.html | 148 ++ .../commands/flags/package-use.html | 212 ++ com/flowpowered/commands/package-frame.html | 46 + com/flowpowered/commands/package-summary.html | 251 ++ com/flowpowered/commands/package-tree.html | 202 ++ com/flowpowered/commands/package-use.html | 372 +++ .../commands/syntax/AbstractSyntax.html | 345 +++ .../commands/syntax/DefaultSyntax.html | 365 +++ .../commands/syntax/RegexSyntax.html | 424 ++++ com/flowpowered/commands/syntax/Syntax.html | 298 +++ .../syntax/class-use/AbstractSyntax.html | 170 ++ .../syntax/class-use/DefaultSyntax.html | 166 ++ .../syntax/class-use/RegexSyntax.html | 168 ++ .../commands/syntax/class-use/Syntax.html | 239 ++ .../DefaultFlagSyntax.StrictnessMode.html | 369 +++ .../syntax/flags/DefaultFlagSyntax.html | 557 +++++ .../commands/syntax/flags/FlagSyntax.html | 266 +++ .../syntax/flags/SpoutFlagSyntax.html | 424 ++++ .../DefaultFlagSyntax.StrictnessMode.html | 189 ++ .../flags/class-use/DefaultFlagSyntax.html | 166 ++ .../syntax/flags/class-use/FlagSyntax.html | 258 +++ .../flags/class-use/SpoutFlagSyntax.html | 170 ++ .../commands/syntax/flags/package-frame.html | 30 + .../syntax/flags/package-summary.html | 180 ++ .../commands/syntax/flags/package-tree.html | 156 ++ .../commands/syntax/flags/package-use.html | 208 ++ .../commands/syntax/package-frame.html | 27 + .../commands/syntax/package-summary.html | 167 ++ .../commands/syntax/package-tree.html | 148 ++ .../commands/syntax/package-use.html | 187 ++ .../commands/util/RelativeVector3f.html | 516 +++++ .../util/class-use/RelativeVector3f.html | 243 ++ .../commands/util/package-frame.html | 21 + .../commands/util/package-summary.html | 144 ++ .../commands/util/package-tree.html | 143 ++ .../commands/util/package-use.html | 178 ++ constant-values.html | 223 ++ deprecated-list.html | 148 ++ help-doc.html | 231 ++ index-all.html | 1184 ++++++++++ index.html | 75 + overview-frame.html | 29 + overview-summary.html | 168 ++ overview-tree.html | 260 +++ package-list | 8 + script.js | 30 + serialized-form.html | 334 +++ stylesheet.css | 574 +++++ 138 files changed, 35745 insertions(+) create mode 100644 allclasses-frame.html create mode 100644 allclasses-noframe.html create mode 100644 com/flowpowered/commands/Alias.html create mode 100644 com/flowpowered/commands/AliasAlreadyCreatedException.html create mode 100644 com/flowpowered/commands/ArgumentParseException.html create mode 100644 com/flowpowered/commands/ChildAlreadyExistException.html create mode 100644 com/flowpowered/commands/Command.Complete.html create mode 100644 com/flowpowered/commands/Command.Execute.html create mode 100644 com/flowpowered/commands/Command.Get.html create mode 100644 com/flowpowered/commands/Command.ProcessingMode.html create mode 100644 com/flowpowered/commands/Command.html create mode 100644 com/flowpowered/commands/CommandArgumentException.html create mode 100644 com/flowpowered/commands/CommandArguments.html create mode 100644 com/flowpowered/commands/CommandException.html create mode 100644 com/flowpowered/commands/CommandExecutor.html create mode 100644 com/flowpowered/commands/CommandManager.html create mode 100644 com/flowpowered/commands/CommandProvider.html create mode 100644 com/flowpowered/commands/CommandSender.html create mode 100644 com/flowpowered/commands/CompletingCommandExecutor.html create mode 100644 com/flowpowered/commands/ConfigurableCommandManager.html create mode 100644 com/flowpowered/commands/InvalidCommandArgumentException.html create mode 100644 com/flowpowered/commands/PositionallyOverridableCommandArguments.html create mode 100644 com/flowpowered/commands/annotated/AnnotatedCommandExecutor.html create mode 100644 com/flowpowered/commands/annotated/AnnotatedCommandExecutorFactory.html create mode 100644 com/flowpowered/commands/annotated/CommandDescription.html create mode 100644 com/flowpowered/commands/annotated/Filter.html create mode 100644 com/flowpowered/commands/annotated/Parent.html create mode 100644 com/flowpowered/commands/annotated/Parents.html create mode 100644 com/flowpowered/commands/annotated/Permissible.html create mode 100644 com/flowpowered/commands/annotated/WrappedCommandException.html create mode 100644 com/flowpowered/commands/annotated/class-use/AnnotatedCommandExecutor.html create mode 100644 com/flowpowered/commands/annotated/class-use/AnnotatedCommandExecutorFactory.html create mode 100644 com/flowpowered/commands/annotated/class-use/CommandDescription.html create mode 100644 com/flowpowered/commands/annotated/class-use/Filter.html create mode 100644 com/flowpowered/commands/annotated/class-use/Parent.html create mode 100644 com/flowpowered/commands/annotated/class-use/Parents.html create mode 100644 com/flowpowered/commands/annotated/class-use/Permissible.html create mode 100644 com/flowpowered/commands/annotated/class-use/WrappedCommandException.html create mode 100644 com/flowpowered/commands/annotated/package-frame.html create mode 100644 com/flowpowered/commands/annotated/package-summary.html create mode 100644 com/flowpowered/commands/annotated/package-tree.html create mode 100644 com/flowpowered/commands/annotated/package-use.html create mode 100644 com/flowpowered/commands/class-use/Alias.html create mode 100644 com/flowpowered/commands/class-use/AliasAlreadyCreatedException.html create mode 100644 com/flowpowered/commands/class-use/ArgumentParseException.html create mode 100644 com/flowpowered/commands/class-use/ChildAlreadyExistException.html create mode 100644 com/flowpowered/commands/class-use/Command.Complete.html create mode 100644 com/flowpowered/commands/class-use/Command.Execute.html create mode 100644 com/flowpowered/commands/class-use/Command.Get.html create mode 100644 com/flowpowered/commands/class-use/Command.ProcessingMode.html create mode 100644 com/flowpowered/commands/class-use/Command.html create mode 100644 com/flowpowered/commands/class-use/CommandArgumentException.html create mode 100644 com/flowpowered/commands/class-use/CommandArguments.html create mode 100644 com/flowpowered/commands/class-use/CommandException.html create mode 100644 com/flowpowered/commands/class-use/CommandExecutor.html create mode 100644 com/flowpowered/commands/class-use/CommandManager.html create mode 100644 com/flowpowered/commands/class-use/CommandProvider.html create mode 100644 com/flowpowered/commands/class-use/CommandSender.html create mode 100644 com/flowpowered/commands/class-use/CompletingCommandExecutor.html create mode 100644 com/flowpowered/commands/class-use/ConfigurableCommandManager.html create mode 100644 com/flowpowered/commands/class-use/InvalidCommandArgumentException.html create mode 100644 com/flowpowered/commands/class-use/PositionallyOverridableCommandArguments.html create mode 100644 com/flowpowered/commands/exception/InsufficientPermissionsException.html create mode 100644 com/flowpowered/commands/exception/UnknownSubcommandException.html create mode 100644 com/flowpowered/commands/exception/UserFriendlyCommandException.html create mode 100644 com/flowpowered/commands/exception/class-use/InsufficientPermissionsException.html create mode 100644 com/flowpowered/commands/exception/class-use/UnknownSubcommandException.html create mode 100644 com/flowpowered/commands/exception/class-use/UserFriendlyCommandException.html create mode 100644 com/flowpowered/commands/exception/package-frame.html create mode 100644 com/flowpowered/commands/exception/package-summary.html create mode 100644 com/flowpowered/commands/exception/package-tree.html create mode 100644 com/flowpowered/commands/exception/package-use.html create mode 100644 com/flowpowered/commands/filter/CommandFilter.html create mode 100644 com/flowpowered/commands/filter/CommandSenderTypeFilter.html create mode 100644 com/flowpowered/commands/filter/class-use/CommandFilter.html create mode 100644 com/flowpowered/commands/filter/class-use/CommandSenderTypeFilter.html create mode 100644 com/flowpowered/commands/filter/package-frame.html create mode 100644 com/flowpowered/commands/filter/package-summary.html create mode 100644 com/flowpowered/commands/filter/package-tree.html create mode 100644 com/flowpowered/commands/filter/package-use.html create mode 100644 com/flowpowered/commands/flags/CommandFlags.html create mode 100644 com/flowpowered/commands/flags/Flag.html create mode 100644 com/flowpowered/commands/flags/FlagArgCompleter.html create mode 100644 com/flowpowered/commands/flags/MultiFlag.html create mode 100644 com/flowpowered/commands/flags/class-use/CommandFlags.html create mode 100644 com/flowpowered/commands/flags/class-use/Flag.html create mode 100644 com/flowpowered/commands/flags/class-use/FlagArgCompleter.html create mode 100644 com/flowpowered/commands/flags/class-use/MultiFlag.html create mode 100644 com/flowpowered/commands/flags/package-frame.html create mode 100644 com/flowpowered/commands/flags/package-summary.html create mode 100644 com/flowpowered/commands/flags/package-tree.html create mode 100644 com/flowpowered/commands/flags/package-use.html create mode 100644 com/flowpowered/commands/package-frame.html create mode 100644 com/flowpowered/commands/package-summary.html create mode 100644 com/flowpowered/commands/package-tree.html create mode 100644 com/flowpowered/commands/package-use.html create mode 100644 com/flowpowered/commands/syntax/AbstractSyntax.html create mode 100644 com/flowpowered/commands/syntax/DefaultSyntax.html create mode 100644 com/flowpowered/commands/syntax/RegexSyntax.html create mode 100644 com/flowpowered/commands/syntax/Syntax.html create mode 100644 com/flowpowered/commands/syntax/class-use/AbstractSyntax.html create mode 100644 com/flowpowered/commands/syntax/class-use/DefaultSyntax.html create mode 100644 com/flowpowered/commands/syntax/class-use/RegexSyntax.html create mode 100644 com/flowpowered/commands/syntax/class-use/Syntax.html create mode 100644 com/flowpowered/commands/syntax/flags/DefaultFlagSyntax.StrictnessMode.html create mode 100644 com/flowpowered/commands/syntax/flags/DefaultFlagSyntax.html create mode 100644 com/flowpowered/commands/syntax/flags/FlagSyntax.html create mode 100644 com/flowpowered/commands/syntax/flags/SpoutFlagSyntax.html create mode 100644 com/flowpowered/commands/syntax/flags/class-use/DefaultFlagSyntax.StrictnessMode.html create mode 100644 com/flowpowered/commands/syntax/flags/class-use/DefaultFlagSyntax.html create mode 100644 com/flowpowered/commands/syntax/flags/class-use/FlagSyntax.html create mode 100644 com/flowpowered/commands/syntax/flags/class-use/SpoutFlagSyntax.html create mode 100644 com/flowpowered/commands/syntax/flags/package-frame.html create mode 100644 com/flowpowered/commands/syntax/flags/package-summary.html create mode 100644 com/flowpowered/commands/syntax/flags/package-tree.html create mode 100644 com/flowpowered/commands/syntax/flags/package-use.html create mode 100644 com/flowpowered/commands/syntax/package-frame.html create mode 100644 com/flowpowered/commands/syntax/package-summary.html create mode 100644 com/flowpowered/commands/syntax/package-tree.html create mode 100644 com/flowpowered/commands/syntax/package-use.html create mode 100644 com/flowpowered/commands/util/RelativeVector3f.html create mode 100644 com/flowpowered/commands/util/class-use/RelativeVector3f.html create mode 100644 com/flowpowered/commands/util/package-frame.html create mode 100644 com/flowpowered/commands/util/package-summary.html create mode 100644 com/flowpowered/commands/util/package-tree.html create mode 100644 com/flowpowered/commands/util/package-use.html create mode 100644 constant-values.html create mode 100644 deprecated-list.html create mode 100644 help-doc.html create mode 100644 index-all.html create mode 100644 index.html create mode 100644 overview-frame.html create mode 100644 overview-summary.html create mode 100644 overview-tree.html create mode 100644 package-list create mode 100644 script.js create mode 100644 serialized-form.html create mode 100644 stylesheet.css diff --git a/allclasses-frame.html b/allclasses-frame.html new file mode 100644 index 0000000..fa556fc --- /dev/null +++ b/allclasses-frame.html @@ -0,0 +1,65 @@ + + + + + + +All Classes (Flow Commands 0.1.0-SNAPSHOT API) + + + + + +

All Classes

+
+ +
+ + diff --git a/allclasses-noframe.html b/allclasses-noframe.html new file mode 100644 index 0000000..25de7bb --- /dev/null +++ b/allclasses-noframe.html @@ -0,0 +1,65 @@ + + + + + + +All Classes (Flow Commands 0.1.0-SNAPSHOT API) + + + + + +

All Classes

+
+ +
+ + diff --git a/com/flowpowered/commands/Alias.html b/com/flowpowered/commands/Alias.html new file mode 100644 index 0000000..24b7144 --- /dev/null +++ b/com/flowpowered/commands/Alias.html @@ -0,0 +1,331 @@ + + + + + + +Alias (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class Alias

+
+
+ +
+
    +
  • +
    +
    +
    public class Alias
    +extends Object
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/AliasAlreadyCreatedException.html b/com/flowpowered/commands/AliasAlreadyCreatedException.html new file mode 100644 index 0000000..4600858 --- /dev/null +++ b/com/flowpowered/commands/AliasAlreadyCreatedException.html @@ -0,0 +1,264 @@ + + + + + + +AliasAlreadyCreatedException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class AliasAlreadyCreatedException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AliasAlreadyCreatedException

        +
        public AliasAlreadyCreatedException(String message)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/ArgumentParseException.html b/com/flowpowered/commands/ArgumentParseException.html new file mode 100644 index 0000000..2d9f34e --- /dev/null +++ b/com/flowpowered/commands/ArgumentParseException.html @@ -0,0 +1,348 @@ + + + + + + +ArgumentParseException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class ArgumentParseException

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/ChildAlreadyExistException.html b/com/flowpowered/commands/ChildAlreadyExistException.html new file mode 100644 index 0000000..1b9ab1a --- /dev/null +++ b/com/flowpowered/commands/ChildAlreadyExistException.html @@ -0,0 +1,264 @@ + + + + + + +ChildAlreadyExistException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class ChildAlreadyExistException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ChildAlreadyExistException

        +
        public ChildAlreadyExistException(String message)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/Command.Complete.html b/com/flowpowered/commands/Command.Complete.html new file mode 100644 index 0000000..838b392 --- /dev/null +++ b/com/flowpowered/commands/Command.Complete.html @@ -0,0 +1,321 @@ + + + + + + +Command.Complete (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class Command.Complete

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/Command.Execute.html b/com/flowpowered/commands/Command.Execute.html new file mode 100644 index 0000000..151fa40 --- /dev/null +++ b/com/flowpowered/commands/Command.Execute.html @@ -0,0 +1,297 @@ + + + + + + +Command.Execute (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class Command.Execute

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/Command.Get.html b/com/flowpowered/commands/Command.Get.html new file mode 100644 index 0000000..d7acbab --- /dev/null +++ b/com/flowpowered/commands/Command.Get.html @@ -0,0 +1,310 @@ + + + + + + +Command.Get (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class Command.Get

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/Command.ProcessingMode.html b/com/flowpowered/commands/Command.ProcessingMode.html new file mode 100644 index 0000000..0ec2bf0 --- /dev/null +++ b/com/flowpowered/commands/Command.ProcessingMode.html @@ -0,0 +1,243 @@ + + + + + + +Command.ProcessingMode (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Interface Command.ProcessingMode

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/Command.html b/com/flowpowered/commands/Command.html new file mode 100644 index 0000000..c021ac5 --- /dev/null +++ b/com/flowpowered/commands/Command.html @@ -0,0 +1,1134 @@ + + + + + + +Command (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class Command

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.flowpowered.commons.Named
    +
    +
    +
    +
    public class Command
    +extends Object
    +implements com.flowpowered.commons.Named
    +
  • +
+
+
+ +
+
+
    +
  • + + + + + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        +
        Specified by:
        +
        getName in interface com.flowpowered.commons.Named
        +
        +
      • +
      + + + +
        +
      • +

        getSimpleName

        +
        public String getSimpleName()
        +
        +
        Returns:
        +
        the simple name of this command, void of any periods or colons.
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getPermission

        +
        public String getPermission()
        +
      • +
      + + + +
        +
      • +

        setPermission

        +
        public void setPermission(String permission)
        +
      • +
      + + + +
        +
      • +

        hasPermission

        +
        public boolean hasPermission(CommandSender sender)
        +
      • +
      + + + +
        +
      • +

        getHelp

        +
        public String getHelp()
        +
      • +
      + + + +
        +
      • +

        setHelp

        +
        public void setHelp(String help)
        +
      • +
      + + + +
        +
      • +

        getDescription

        +
        public String getDescription()
        +
      • +
      + + + +
        +
      • +

        setDescription

        +
        public void setDescription(String description)
        +
      • +
      + + + +
        +
      • +

        getUsage

        +
        public String getUsage()
        +
      • +
      + + + +
        +
      • +

        setUsage

        +
        public void setUsage(String usage)
        +
      • +
      + + + + + + + +
        +
      • +

        hasFilter

        +
        public boolean hasFilter(CommandFilter filter)
        +
      • +
      + + + +
        +
      • +

        addFilter

        +
        public boolean addFilter(CommandFilter filter)
        +
      • +
      + + + +
        +
      • +

        addFilters

        +
        public boolean addFilters(CommandFilter... filter)
        +
      • +
      + + + +
        +
      • +

        removeFilter

        +
        public boolean removeFilter(CommandFilter filter)
        +
      • +
      + + + + + + + +
        +
      • +

        clear

        +
        public void clear()
        +
        Clears the executor and filters of this command.
        +
      • +
      + + + + + + + +
        +
      • +

        getChild

        +
        public Command getChild(String name)
        +
        This tries to return the child with the given name as smartly as possible. + If the full name of the command is given, it will check first if that exists. If it doesn't, it checks if the child is mapped by simple name. + If the short name of the command is given, it will only check for that.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        hasChild

        +
        public boolean hasChild(String name)
        +
      • +
      + + + +
        +
      • +

        insertChild

        +
        public void insertChild(String name,
        +                        Command command)
        +
        This maps command to name as a child, moving any existing command to use its full name instead.
        +
        +
        Parameters:
        +
        name - the name to map command to
        +
        command - the command to add as a child
        +
        +
      • +
      + + + +
        +
      • +

        addChildIfAbsent

        +
        public Command addChildIfAbsent(String name,
        +                                Command command)
        +
        This maps command to name as a child. However, if an existing command is mapped to name, the command is not mapped.
        +
        +
        Parameters:
        +
        name - the name to map command to
        +
        command - the command to add as a child
        +
        Returns:
        +
        the old command or null if none existed and command was successfully mapped
        +
        +
      • +
      + + + + + + + +
        +
      • +

        addChild

        +
        public void addChild(Command command)
        +
        This maps command as a child. + It first checks if there is a command mapped to command.getSimpleName(). If there is not, it maps command to command.getSimpleName(). + If there is, it maps command to command.getName().
        +
        +
        Parameters:
        +
        command - the command to add as a child
        +
        +
      • +
      + + + +
        +
      • +

        removeChild

        +
        public Command removeChild(String name)
        +
        Removes the child with name.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        the removed child, or null if no command was mapped
        +
        +
      • +
      + + + +
        +
      • +

        getAlias

        +
        public Alias getAlias(String name)
        +
        Gets the alias mapped to the specific name.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        +
      • +
      + + + +
        +
      • +

        overwriteAlias

        +
        public void overwriteAlias(String name,
        +                           Alias alias)
        +
        Overwrites any existing Alias mapped to name with alias.
        +
        +
        Parameters:
        +
        name -
        +
        alias -
        +
        +
      • +
      + + + + + + + +
        +
      • +

        addAliasIfAbsent

        +
        public Alias addAliasIfAbsent(String name,
        +                              Alias alias)
        +
        This maps alias to name. However, if an existing Alias is mapped to name, the alias is not mapped.
        +
        +
        Parameters:
        +
        name - the name to map alias to
        +
        alias - the alias to add
        +
        Returns:
        +
        the old alias or null if none existed and alias was successfully mapped
        +
        +
      • +
      + + + +
        +
      • +

        removeAlias

        +
        public Alias removeAlias(String name)
        +
        Removes the alias with name.
        +
        +
        Parameters:
        +
        name -
        +
        Returns:
        +
        the alias that was removed or null if no alias was mapped
        +
        +
      • +
      + + + +
        +
      • +

        hasAlias

        +
        public boolean hasAlias(String name)
        +
      • +
      + + + + + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object obj)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      + + + +
        +
      • +

        getSimpleName

        +
        public static String getSimpleName(String fullName)
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/CommandArgumentException.html b/com/flowpowered/commands/CommandArgumentException.html new file mode 100644 index 0000000..abd9c6e --- /dev/null +++ b/com/flowpowered/commands/CommandArgumentException.html @@ -0,0 +1,253 @@ + + + + + + +CommandArgumentException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Interface CommandArgumentException

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCommand

        +
        String getCommand()
        +
      • +
      + + + +
        +
      • +

        getInvalidArgName

        +
        String getInvalidArgName()
        +
      • +
      + + + +
        +
      • +

        getReason

        +
        String getReason()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/CommandArguments.html b/com/flowpowered/commands/CommandArguments.html new file mode 100644 index 0000000..fb5f7f0 --- /dev/null +++ b/com/flowpowered/commands/CommandArguments.html @@ -0,0 +1,2009 @@ + + + + + + +CommandArguments (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class CommandArguments

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    PositionallyOverridableCommandArguments
    +
    +
    +
    +
    public class CommandArguments
    +extends Object
    +
    This class is used as a wrapper for command arguments to make them easily + parse-able. + + Please note that the javadocs for the pop* methods describe how input is currently handled. Handling may + change over time, and while efforts are made to retain backwards compatibility it is not always possible.
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/CommandException.html b/com/flowpowered/commands/CommandException.html new file mode 100644 index 0000000..fbc9a08 --- /dev/null +++ b/com/flowpowered/commands/CommandException.html @@ -0,0 +1,294 @@ + + + + + + +CommandException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class CommandException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CommandException

        +
        public CommandException(String message)
        +
      • +
      + + + +
        +
      • +

        CommandException

        +
        public CommandException(Throwable cause)
        +
      • +
      + + + +
        +
      • +

        CommandException

        +
        public CommandException(String message,
        +                        Throwable cause)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/CommandExecutor.html b/com/flowpowered/commands/CommandExecutor.html new file mode 100644 index 0000000..b11454c --- /dev/null +++ b/com/flowpowered/commands/CommandExecutor.html @@ -0,0 +1,246 @@ + + + + + + +CommandExecutor (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Interface CommandExecutor

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/CommandManager.html b/com/flowpowered/commands/CommandManager.html new file mode 100644 index 0000000..3df7bf2 --- /dev/null +++ b/com/flowpowered/commands/CommandManager.html @@ -0,0 +1,681 @@ + + + + + + +CommandManager (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class CommandManager

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/CommandProvider.html b/com/flowpowered/commands/CommandProvider.html new file mode 100644 index 0000000..ace9b6e --- /dev/null +++ b/com/flowpowered/commands/CommandProvider.html @@ -0,0 +1,195 @@ + + + + + + +CommandProvider (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Interface CommandProvider

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    com.flowpowered.commons.Named
    +
    +
    +
    +
    public interface CommandProvider
    +extends com.flowpowered.commons.Named
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from interface com.flowpowered.commons.Named

        +getName
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/CommandSender.html b/com/flowpowered/commands/CommandSender.html new file mode 100644 index 0000000..6c067e0 --- /dev/null +++ b/com/flowpowered/commands/CommandSender.html @@ -0,0 +1,254 @@ + + + + + + +CommandSender (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Interface CommandSender

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    com.flowpowered.chat.ChatReceiver, com.flowpowered.commons.Named, com.flowpowered.permissions.PermissionSubject
    +
    +
    +
    +
    public interface CommandSender
    +extends com.flowpowered.chat.ChatReceiver
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      voidprocessCommand(CommandArguments commandLine) 
      +
        +
      • + + +

        Methods inherited from interface com.flowpowered.chat.ChatReceiver

        +sendMessage, sendMessage, sendMessageRaw
      • +
      +
        +
      • + + +

        Methods inherited from interface com.flowpowered.permissions.PermissionSubject

        +getGroups, getGroups, hasPermission, hasPermission, isInGroup, isInGroup
      • +
      +
        +
      • + + +

        Methods inherited from interface com.flowpowered.commons.Named

        +getName
      • +
      +
    • +
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/CompletingCommandExecutor.html b/com/flowpowered/commands/CompletingCommandExecutor.html new file mode 100644 index 0000000..6004c6c --- /dev/null +++ b/com/flowpowered/commands/CompletingCommandExecutor.html @@ -0,0 +1,253 @@ + + + + + + +CompletingCommandExecutor (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Interface CompletingCommandExecutor

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        complete

        +
        int complete(Command command,
        +             CommandSender sender,
        +             CommandArguments args,
        +             int cursor,
        +             List<String> candidates)
        +
        +
        Parameters:
        +
        command -
        +
        sender -
        +
        args -
        +
        cursor -
        +
        candidates -
        +
        Returns:
        +
        the position in the commandline to which completion will be relative, or -1 if can't complete, or -2 if subcommands should be processed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/ConfigurableCommandManager.html b/com/flowpowered/commands/ConfigurableCommandManager.html new file mode 100644 index 0000000..53e2ca2 --- /dev/null +++ b/com/flowpowered/commands/ConfigurableCommandManager.html @@ -0,0 +1,398 @@ + + + + + + +ConfigurableCommandManager (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class ConfigurableCommandManager

+
+
+ +
+
    +
  • +
    +
    +
    public class ConfigurableCommandManager
    +extends CommandManager
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

        COMMAND_NAME_PATTERN

        +
        protected static final Pattern COMMAND_NAME_PATTERN
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ConfigurableCommandManager

        +
        public ConfigurableCommandManager(com.flowpowered.cerealization.config.Configuration config)
        +
      • +
      + + + +
        +
      • +

        ConfigurableCommandManager

        +
        public ConfigurableCommandManager(com.flowpowered.cerealization.config.Configuration config,
        +                                  org.slf4j.Logger logger)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/InvalidCommandArgumentException.html b/com/flowpowered/commands/InvalidCommandArgumentException.html new file mode 100644 index 0000000..2aab676 --- /dev/null +++ b/com/flowpowered/commands/InvalidCommandArgumentException.html @@ -0,0 +1,377 @@ + + + + + + +InvalidCommandArgumentException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class InvalidCommandArgumentException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InvalidCommandArgumentException

        +
        public InvalidCommandArgumentException(String command,
        +                                       String invalidArgName,
        +                                       String reason,
        +                                       boolean silenceable)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + + + + + +
        +
      • +

        isSilenceable

        +
        public boolean isSilenceable()
        +
        Return whether this error is ever appropriate to silence. +

        + Silencing is done by using the argument's default value in place of the invalid value. Silenceable exceptions are usually used in case the argument is missing. + It is not recommended to use silenceable exceptions in cases where using the default may result in the command performing an action unintended by the player.

        +
        +
        Returns:
        +
        true if appropriate, false otherwise
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/PositionallyOverridableCommandArguments.html b/com/flowpowered/commands/PositionallyOverridableCommandArguments.html new file mode 100644 index 0000000..25ffe36 --- /dev/null +++ b/com/flowpowered/commands/PositionallyOverridableCommandArguments.html @@ -0,0 +1,497 @@ + + + + + + +PositionallyOverridableCommandArguments (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands
+

Class PositionallyOverridableCommandArguments

+
+
+ +
+
    +
  • +
    +
    +
    public class PositionallyOverridableCommandArguments
    +extends CommandArguments
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PositionallyOverridableCommandArguments

        +
        protected PositionallyOverridableCommandArguments(List<String> args,
        +                                                  gnu.trove.list.TIntList paddings,
        +                                                  Syntax syntax,
        +                                                  org.apache.commons.lang3.tuple.Pair<String,Integer> unclosedQuote)
        +
      • +
      + + + +
        +
      • +

        PositionallyOverridableCommandArguments

        +
        protected PositionallyOverridableCommandArguments(List<String> args,
        +                                                  gnu.trove.list.TIntList paddings,
        +                                                  Syntax syntax,
        +                                                  org.apache.commons.lang3.tuple.Pair<String,Integer> unclosedQuote,
        +                                                  org.slf4j.Logger logger)
        +
      • +
      + + + +
        +
      • +

        PositionallyOverridableCommandArguments

        +
        public PositionallyOverridableCommandArguments(CommandArguments args,
        +                                               gnu.trove.map.TIntObjectMap<String> overrides)
        +
      • +
      + + + +
        +
      • +

        PositionallyOverridableCommandArguments

        +
        public PositionallyOverridableCommandArguments(CommandArguments args)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/AnnotatedCommandExecutor.html b/com/flowpowered/commands/annotated/AnnotatedCommandExecutor.html new file mode 100644 index 0000000..ce7e4e1 --- /dev/null +++ b/com/flowpowered/commands/annotated/AnnotatedCommandExecutor.html @@ -0,0 +1,298 @@ + + + + + + +AnnotatedCommandExecutor (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.annotated
+

Class AnnotatedCommandExecutor

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    CommandExecutor
    +
    +
    +
    +
    public final class AnnotatedCommandExecutor
    +extends Object
    +implements CommandExecutor
    +
    Allows for method-registration of commands.
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/AnnotatedCommandExecutorFactory.html b/com/flowpowered/commands/annotated/AnnotatedCommandExecutorFactory.html new file mode 100644 index 0000000..7ad1ab0 --- /dev/null +++ b/com/flowpowered/commands/annotated/AnnotatedCommandExecutorFactory.html @@ -0,0 +1,364 @@ + + + + + + +AnnotatedCommandExecutorFactory (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.annotated
+

Class AnnotatedCommandExecutorFactory

+
+
+ +
+
    +
  • +
    +
    +
    public final class AnnotatedCommandExecutorFactory
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        create

        +
        public AnnotatedCommandExecutor create(Object instance)
        +
        Registers all the defined commands by method in this class.
        +
        +
        Parameters:
        +
        instance - the object containing the commands
        +
        +
      • +
      + + + +
        +
      • +

        create

        +
        public AnnotatedCommandExecutor create(Class<?> commands)
        +
        Registers all the defined commands by method in this class.
        +
        +
        Parameters:
        +
        commands - the class containing the static commands
        +
        +
      • +
      + + + +
        +
      • +

        create

        +
        public AnnotatedCommandExecutor create(Object instance,
        +                                       Command parent)
        +
        Registers all the defined commands by method in this class.
        +
        +
        Parameters:
        +
        instance - the object containing the commands
        +
        parent - to register commands under
        +
        +
      • +
      + + + +
        +
      • +

        create

        +
        public AnnotatedCommandExecutor create(Class<?> commands,
        +                                       Command parent)
        +
        Registers all the defined commands by method in this class.
        +
        +
        Parameters:
        +
        commands - the class containing the static commands
        +
        parent - to register commands under
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/CommandDescription.html b/com/flowpowered/commands/annotated/CommandDescription.html new file mode 100644 index 0000000..35528fc --- /dev/null +++ b/com/flowpowered/commands/annotated/CommandDescription.html @@ -0,0 +1,349 @@ + + + + + + +CommandDescription (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.annotated
+

Annotation Type CommandDescription

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      Stringname +
      Returns the name of the command.
      +
      +
    • +
    + +
      +
    • + + +

      Optional Element Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Optional Elements 
      Modifier and TypeOptional Element and Description
      booleanautoParent +
      Whether the command should be added as a child with an autogenerated name to a parent command supplied to the factory or the root command.
      +
      Stringdesc +
      Returns a short, one-line description of the command.
      +
      Stringhelp +
      Returns a long (possibly multi-line) help information about the command and its behavior.
      +
      Stringusage +
      Returns the proper usage of the command.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        name

        +
        public abstract String name
        +
        Returns the name of the command.
        +
        +
        Returns:
        +
        name of command
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +
        +
      • +

        usage

        +
        public abstract String usage
        +
        Returns the proper usage of the command.
        +
        +
        Returns:
        +
        proper usage
        +
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        desc

        +
        public abstract String desc
        +
        Returns a short, one-line description of the command.
        +
        +
        Returns:
        +
        description of the command
        +
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        help

        +
        public abstract String help
        +
        Returns a long (possibly multi-line) help information about the command and its behavior.
        +
        +
        Returns:
        +
        a long help information
        +
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
      +
    • + + +
        +
      • +

        autoParent

        +
        public abstract boolean autoParent
        +
        Whether the command should be added as a child with an autogenerated name to a parent command supplied to the factory or the root command. +

        + The child name is autogenerated by truncating the unique name of the command. See Command.getSimpleName(String).

        +
        +
        Returns:
        +
        whether should be automatically added as child
        +
        +
        +
        Default:
        +
        true
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/Filter.html b/com/flowpowered/commands/annotated/Filter.html new file mode 100644 index 0000000..60b9b5f --- /dev/null +++ b/com/flowpowered/commands/annotated/Filter.html @@ -0,0 +1,223 @@ + + + + + + +Filter (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.annotated
+

Annotation Type Filter

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      Class<? extends CommandFilter>[]value +
      Filters to validate before execution.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract Class<? extends CommandFilter>[] value
        +
        Filters to validate before execution.
        +
        +
        Returns:
        +
        filters
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/Parent.html b/com/flowpowered/commands/annotated/Parent.html new file mode 100644 index 0000000..ee23022 --- /dev/null +++ b/com/flowpowered/commands/annotated/Parent.html @@ -0,0 +1,268 @@ + + + + + + +Parent (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.annotated
+

Annotation Type Parent

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      Stringvalue +
      Returns the unique command name (including the provider part) of the parent command to which the command should be added as child.
      +
      +
    • +
    + +
      +
    • + + +

      Optional Element Summary

      + + + + + + + + + + +
      Optional Elements 
      Modifier and TypeOptional Element and Description
      Stringname +
      Returns the name that should be used as a child name when adding the command as a child to the parent command.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract String value
        +
        Returns the unique command name (including the provider part) of the parent command to which the command should be added as child.
        +
        +
        Returns:
        +
        parent's unique command name
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +
        +
      • +

        name

        +
        public abstract String name
        +
        Returns the name that should be used as a child name when adding the command as a child to the parent command. +

        + If the name is an empty string or null, the child name will be autogenerated by truncating the unique name of the command + (see Command.getSimpleName(String)).

        +
        +
        Returns:
        +
        child name as which the command should be added
        +
        +
        +
        Default:
        +
        ""
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/Parents.html b/com/flowpowered/commands/annotated/Parents.html new file mode 100644 index 0000000..6700a55 --- /dev/null +++ b/com/flowpowered/commands/annotated/Parents.html @@ -0,0 +1,215 @@ + + + + + + +Parents (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.annotated
+

Annotation Type Parents

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      Parent[]value 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract Parent[] value
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/Permissible.html b/com/flowpowered/commands/annotated/Permissible.html new file mode 100644 index 0000000..322c842 --- /dev/null +++ b/com/flowpowered/commands/annotated/Permissible.html @@ -0,0 +1,223 @@ + + + + + + +Permissible (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.annotated
+

Annotation Type Permissible

+
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Required Element Summary

      + + + + + + + + + + +
      Required Elements 
      Modifier and TypeRequired Element and Description
      Stringvalue +
      Returns the permission node associated with this command.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Element Detail

      + + + +
        +
      • +

        value

        +
        public abstract String value
        +
        Returns the permission node associated with this command.
        +
        +
        Returns:
        +
        permission node
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/WrappedCommandException.html b/com/flowpowered/commands/annotated/WrappedCommandException.html new file mode 100644 index 0000000..d02f97b --- /dev/null +++ b/com/flowpowered/commands/annotated/WrappedCommandException.html @@ -0,0 +1,283 @@ + + + + + + +WrappedCommandException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.annotated
+

Class WrappedCommandException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        WrappedCommandException

        +
        public WrappedCommandException(Throwable cause)
        +
      • +
      + + + +
        +
      • +

        WrappedCommandException

        +
        public WrappedCommandException(String message,
        +                               Throwable cause)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/class-use/AnnotatedCommandExecutor.html b/com/flowpowered/commands/annotated/class-use/AnnotatedCommandExecutor.html new file mode 100644 index 0000000..af6d54f --- /dev/null +++ b/com/flowpowered/commands/annotated/class-use/AnnotatedCommandExecutor.html @@ -0,0 +1,188 @@ + + + + + + +Uses of Class com.flowpowered.commands.annotated.AnnotatedCommandExecutor (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.annotated.AnnotatedCommandExecutor

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/class-use/AnnotatedCommandExecutorFactory.html b/com/flowpowered/commands/annotated/class-use/AnnotatedCommandExecutorFactory.html new file mode 100644 index 0000000..ee7b12d --- /dev/null +++ b/com/flowpowered/commands/annotated/class-use/AnnotatedCommandExecutorFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.annotated.AnnotatedCommandExecutorFactory (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.annotated.AnnotatedCommandExecutorFactory

+
+
No usage of com.flowpowered.commands.annotated.AnnotatedCommandExecutorFactory
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/class-use/CommandDescription.html b/com/flowpowered/commands/annotated/class-use/CommandDescription.html new file mode 100644 index 0000000..bd97ece --- /dev/null +++ b/com/flowpowered/commands/annotated/class-use/CommandDescription.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.annotated.CommandDescription (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.annotated.CommandDescription

+
+
No usage of com.flowpowered.commands.annotated.CommandDescription
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/class-use/Filter.html b/com/flowpowered/commands/annotated/class-use/Filter.html new file mode 100644 index 0000000..e29e2a9 --- /dev/null +++ b/com/flowpowered/commands/annotated/class-use/Filter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.annotated.Filter (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.annotated.Filter

+
+
No usage of com.flowpowered.commands.annotated.Filter
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/class-use/Parent.html b/com/flowpowered/commands/annotated/class-use/Parent.html new file mode 100644 index 0000000..dfc8ebb --- /dev/null +++ b/com/flowpowered/commands/annotated/class-use/Parent.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.annotated.Parent (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.annotated.Parent

+
+
No usage of com.flowpowered.commands.annotated.Parent
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/class-use/Parents.html b/com/flowpowered/commands/annotated/class-use/Parents.html new file mode 100644 index 0000000..0fb15bb --- /dev/null +++ b/com/flowpowered/commands/annotated/class-use/Parents.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.annotated.Parents (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.annotated.Parents

+
+
No usage of com.flowpowered.commands.annotated.Parents
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/class-use/Permissible.html b/com/flowpowered/commands/annotated/class-use/Permissible.html new file mode 100644 index 0000000..84f8e58 --- /dev/null +++ b/com/flowpowered/commands/annotated/class-use/Permissible.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.annotated.Permissible (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.annotated.Permissible

+
+
No usage of com.flowpowered.commands.annotated.Permissible
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/class-use/WrappedCommandException.html b/com/flowpowered/commands/annotated/class-use/WrappedCommandException.html new file mode 100644 index 0000000..0414382 --- /dev/null +++ b/com/flowpowered/commands/annotated/class-use/WrappedCommandException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.annotated.WrappedCommandException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.annotated.WrappedCommandException

+
+
No usage of com.flowpowered.commands.annotated.WrappedCommandException
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/package-frame.html b/com/flowpowered/commands/annotated/package-frame.html new file mode 100644 index 0000000..5602255 --- /dev/null +++ b/com/flowpowered/commands/annotated/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.flowpowered.commands.annotated (Flow Commands 0.1.0-SNAPSHOT API) + + + + + +

com.flowpowered.commands.annotated

+
+

Classes

+ +

Exceptions

+ +

Annotation Types

+ +
+ + diff --git a/com/flowpowered/commands/annotated/package-summary.html b/com/flowpowered/commands/annotated/package-summary.html new file mode 100644 index 0000000..3be7a38 --- /dev/null +++ b/com/flowpowered/commands/annotated/package-summary.html @@ -0,0 +1,202 @@ + + + + + + +com.flowpowered.commands.annotated (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.flowpowered.commands.annotated

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/package-tree.html b/com/flowpowered/commands/annotated/package-tree.html new file mode 100644 index 0000000..1c941b7 --- /dev/null +++ b/com/flowpowered/commands/annotated/package-tree.html @@ -0,0 +1,161 @@ + + + + + + +com.flowpowered.commands.annotated Class Hierarchy (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.flowpowered.commands.annotated

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Annotation Type Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/annotated/package-use.html b/com/flowpowered/commands/annotated/package-use.html new file mode 100644 index 0000000..b997bb7 --- /dev/null +++ b/com/flowpowered/commands/annotated/package-use.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Package com.flowpowered.commands.annotated (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.flowpowered.commands.annotated

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/Alias.html b/com/flowpowered/commands/class-use/Alias.html new file mode 100644 index 0000000..206ecf8 --- /dev/null +++ b/com/flowpowered/commands/class-use/Alias.html @@ -0,0 +1,238 @@ + + + + + + +Uses of Class com.flowpowered.commands.Alias (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.Alias

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/AliasAlreadyCreatedException.html b/com/flowpowered/commands/class-use/AliasAlreadyCreatedException.html new file mode 100644 index 0000000..799b848 --- /dev/null +++ b/com/flowpowered/commands/class-use/AliasAlreadyCreatedException.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Class com.flowpowered.commands.AliasAlreadyCreatedException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.AliasAlreadyCreatedException

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/ArgumentParseException.html b/com/flowpowered/commands/class-use/ArgumentParseException.html new file mode 100644 index 0000000..5ae87a8 --- /dev/null +++ b/com/flowpowered/commands/class-use/ArgumentParseException.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class com.flowpowered.commands.ArgumentParseException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.ArgumentParseException

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/ChildAlreadyExistException.html b/com/flowpowered/commands/class-use/ChildAlreadyExistException.html new file mode 100644 index 0000000..2dd98d4 --- /dev/null +++ b/com/flowpowered/commands/class-use/ChildAlreadyExistException.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Class com.flowpowered.commands.ChildAlreadyExistException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.ChildAlreadyExistException

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/Command.Complete.html b/com/flowpowered/commands/class-use/Command.Complete.html new file mode 100644 index 0000000..b215681 --- /dev/null +++ b/com/flowpowered/commands/class-use/Command.Complete.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.Command.Complete (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.Command.Complete

+
+
No usage of com.flowpowered.commands.Command.Complete
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/Command.Execute.html b/com/flowpowered/commands/class-use/Command.Execute.html new file mode 100644 index 0000000..c7337c8 --- /dev/null +++ b/com/flowpowered/commands/class-use/Command.Execute.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.flowpowered.commands.Command.Execute (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.Command.Execute

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/Command.Get.html b/com/flowpowered/commands/class-use/Command.Get.html new file mode 100644 index 0000000..25d759b --- /dev/null +++ b/com/flowpowered/commands/class-use/Command.Get.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.Command.Get (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.Command.Get

+
+
No usage of com.flowpowered.commands.Command.Get
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/Command.ProcessingMode.html b/com/flowpowered/commands/class-use/Command.ProcessingMode.html new file mode 100644 index 0000000..e283800 --- /dev/null +++ b/com/flowpowered/commands/class-use/Command.ProcessingMode.html @@ -0,0 +1,203 @@ + + + + + + +Uses of Interface com.flowpowered.commands.Command.ProcessingMode (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
com.flowpowered.commands.Command.ProcessingMode

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/Command.html b/com/flowpowered/commands/class-use/Command.html new file mode 100644 index 0000000..dc22e38 --- /dev/null +++ b/com/flowpowered/commands/class-use/Command.html @@ -0,0 +1,601 @@ + + + + + + +Uses of Class com.flowpowered.commands.Command (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.Command

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/CommandArgumentException.html b/com/flowpowered/commands/class-use/CommandArgumentException.html new file mode 100644 index 0000000..96e8553 --- /dev/null +++ b/com/flowpowered/commands/class-use/CommandArgumentException.html @@ -0,0 +1,174 @@ + + + + + + +Uses of Interface com.flowpowered.commands.CommandArgumentException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
com.flowpowered.commands.CommandArgumentException

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/CommandArguments.html b/com/flowpowered/commands/class-use/CommandArguments.html new file mode 100644 index 0000000..b7d9dab --- /dev/null +++ b/com/flowpowered/commands/class-use/CommandArguments.html @@ -0,0 +1,556 @@ + + + + + + +Uses of Class com.flowpowered.commands.CommandArguments (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.CommandArguments

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/CommandException.html b/com/flowpowered/commands/class-use/CommandException.html new file mode 100644 index 0000000..bcfc1e4 --- /dev/null +++ b/com/flowpowered/commands/class-use/CommandException.html @@ -0,0 +1,401 @@ + + + + + + +Uses of Class com.flowpowered.commands.CommandException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.CommandException

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/CommandExecutor.html b/com/flowpowered/commands/class-use/CommandExecutor.html new file mode 100644 index 0000000..42b4033 --- /dev/null +++ b/com/flowpowered/commands/class-use/CommandExecutor.html @@ -0,0 +1,216 @@ + + + + + + +Uses of Interface com.flowpowered.commands.CommandExecutor (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
com.flowpowered.commands.CommandExecutor

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/CommandManager.html b/com/flowpowered/commands/class-use/CommandManager.html new file mode 100644 index 0000000..60d63c4 --- /dev/null +++ b/com/flowpowered/commands/class-use/CommandManager.html @@ -0,0 +1,217 @@ + + + + + + +Uses of Class com.flowpowered.commands.CommandManager (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.CommandManager

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/CommandProvider.html b/com/flowpowered/commands/class-use/CommandProvider.html new file mode 100644 index 0000000..bf7715e --- /dev/null +++ b/com/flowpowered/commands/class-use/CommandProvider.html @@ -0,0 +1,197 @@ + + + + + + +Uses of Interface com.flowpowered.commands.CommandProvider (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
com.flowpowered.commands.CommandProvider

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/CommandSender.html b/com/flowpowered/commands/class-use/CommandSender.html new file mode 100644 index 0000000..f3feada --- /dev/null +++ b/com/flowpowered/commands/class-use/CommandSender.html @@ -0,0 +1,431 @@ + + + + + + +Uses of Interface com.flowpowered.commands.CommandSender (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
com.flowpowered.commands.CommandSender

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/CompletingCommandExecutor.html b/com/flowpowered/commands/class-use/CompletingCommandExecutor.html new file mode 100644 index 0000000..c96f4c4 --- /dev/null +++ b/com/flowpowered/commands/class-use/CompletingCommandExecutor.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface com.flowpowered.commands.CompletingCommandExecutor (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
com.flowpowered.commands.CompletingCommandExecutor

+
+
No usage of com.flowpowered.commands.CompletingCommandExecutor
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/ConfigurableCommandManager.html b/com/flowpowered/commands/class-use/ConfigurableCommandManager.html new file mode 100644 index 0000000..d0c356f --- /dev/null +++ b/com/flowpowered/commands/class-use/ConfigurableCommandManager.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.ConfigurableCommandManager (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.ConfigurableCommandManager

+
+
No usage of com.flowpowered.commands.ConfigurableCommandManager
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/InvalidCommandArgumentException.html b/com/flowpowered/commands/class-use/InvalidCommandArgumentException.html new file mode 100644 index 0000000..06a8099 --- /dev/null +++ b/com/flowpowered/commands/class-use/InvalidCommandArgumentException.html @@ -0,0 +1,490 @@ + + + + + + +Uses of Class com.flowpowered.commands.InvalidCommandArgumentException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.InvalidCommandArgumentException

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/class-use/PositionallyOverridableCommandArguments.html b/com/flowpowered/commands/class-use/PositionallyOverridableCommandArguments.html new file mode 100644 index 0000000..205649a --- /dev/null +++ b/com/flowpowered/commands/class-use/PositionallyOverridableCommandArguments.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.flowpowered.commands.PositionallyOverridableCommandArguments (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.PositionallyOverridableCommandArguments

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/exception/InsufficientPermissionsException.html b/com/flowpowered/commands/exception/InsufficientPermissionsException.html new file mode 100644 index 0000000..e862823 --- /dev/null +++ b/com/flowpowered/commands/exception/InsufficientPermissionsException.html @@ -0,0 +1,310 @@ + + + + + + +InsufficientPermissionsException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.exception
+

Class InsufficientPermissionsException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InsufficientPermissionsException

        +
        public InsufficientPermissionsException(String message,
        +                                        String permission)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPermission

        +
        public String getPermission()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/exception/UnknownSubcommandException.html b/com/flowpowered/commands/exception/UnknownSubcommandException.html new file mode 100644 index 0000000..ac2c795 --- /dev/null +++ b/com/flowpowered/commands/exception/UnknownSubcommandException.html @@ -0,0 +1,338 @@ + + + + + + +UnknownSubcommandException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.exception
+

Class UnknownSubcommandException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UnknownSubcommandException

        +
        public UnknownSubcommandException(Command parent,
        +                                  String commandLine,
        +                                  String child)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCommandLines

        +
        public String getCommandLines()
        +
      • +
      + + + +
        +
      • +

        getChildName

        +
        public String getChildName()
        +
      • +
      + + + +
        +
      • +

        getParent

        +
        public Command getParent()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/exception/UserFriendlyCommandException.html b/com/flowpowered/commands/exception/UserFriendlyCommandException.html new file mode 100644 index 0000000..616754f --- /dev/null +++ b/com/flowpowered/commands/exception/UserFriendlyCommandException.html @@ -0,0 +1,304 @@ + + + + + + +UserFriendlyCommandException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.exception
+

Class UserFriendlyCommandException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UserFriendlyCommandException

        +
        public UserFriendlyCommandException(String message)
        +
      • +
      + + + +
        +
      • +

        UserFriendlyCommandException

        +
        public UserFriendlyCommandException(Throwable cause)
        +
      • +
      + + + +
        +
      • +

        UserFriendlyCommandException

        +
        public UserFriendlyCommandException(String message,
        +                                    Throwable cause)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/exception/class-use/InsufficientPermissionsException.html b/com/flowpowered/commands/exception/class-use/InsufficientPermissionsException.html new file mode 100644 index 0000000..fd5ea2a --- /dev/null +++ b/com/flowpowered/commands/exception/class-use/InsufficientPermissionsException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.exception.InsufficientPermissionsException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.exception.InsufficientPermissionsException

+
+
No usage of com.flowpowered.commands.exception.InsufficientPermissionsException
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/exception/class-use/UnknownSubcommandException.html b/com/flowpowered/commands/exception/class-use/UnknownSubcommandException.html new file mode 100644 index 0000000..acd1a0e --- /dev/null +++ b/com/flowpowered/commands/exception/class-use/UnknownSubcommandException.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.exception.UnknownSubcommandException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.exception.UnknownSubcommandException

+
+
No usage of com.flowpowered.commands.exception.UnknownSubcommandException
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/exception/class-use/UserFriendlyCommandException.html b/com/flowpowered/commands/exception/class-use/UserFriendlyCommandException.html new file mode 100644 index 0000000..7788120 --- /dev/null +++ b/com/flowpowered/commands/exception/class-use/UserFriendlyCommandException.html @@ -0,0 +1,194 @@ + + + + + + +Uses of Class com.flowpowered.commands.exception.UserFriendlyCommandException (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.exception.UserFriendlyCommandException

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/exception/package-frame.html b/com/flowpowered/commands/exception/package-frame.html new file mode 100644 index 0000000..58ff1fa --- /dev/null +++ b/com/flowpowered/commands/exception/package-frame.html @@ -0,0 +1,23 @@ + + + + + + +com.flowpowered.commands.exception (Flow Commands 0.1.0-SNAPSHOT API) + + + + + +

com.flowpowered.commands.exception

+
+

Exceptions

+ +
+ + diff --git a/com/flowpowered/commands/exception/package-summary.html b/com/flowpowered/commands/exception/package-summary.html new file mode 100644 index 0000000..e51789a --- /dev/null +++ b/com/flowpowered/commands/exception/package-summary.html @@ -0,0 +1,154 @@ + + + + + + +com.flowpowered.commands.exception (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.flowpowered.commands.exception

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/exception/package-tree.html b/com/flowpowered/commands/exception/package-tree.html new file mode 100644 index 0000000..91fb765 --- /dev/null +++ b/com/flowpowered/commands/exception/package-tree.html @@ -0,0 +1,156 @@ + + + + + + +com.flowpowered.commands.exception Class Hierarchy (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.flowpowered.commands.exception

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/exception/package-use.html b/com/flowpowered/commands/exception/package-use.html new file mode 100644 index 0000000..019d10c --- /dev/null +++ b/com/flowpowered/commands/exception/package-use.html @@ -0,0 +1,182 @@ + + + + + + +Uses of Package com.flowpowered.commands.exception (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.flowpowered.commands.exception

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/filter/CommandFilter.html b/com/flowpowered/commands/filter/CommandFilter.html new file mode 100644 index 0000000..60902de --- /dev/null +++ b/com/flowpowered/commands/filter/CommandFilter.html @@ -0,0 +1,244 @@ + + + + + + +CommandFilter (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.filter
+

Interface CommandFilter

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    CommandSenderTypeFilter
    +
    +
    +
    +
    public interface CommandFilter
    +
    Filters certain criteria before a command's final execution.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        validate

        +
        void validate(Command command,
        +              CommandSender sender,
        +              CommandArguments args)
        +       throws CommandException
        +
        Throws a CommandException if the execution should not continue.
        +
        +
        Parameters:
        +
        command - command which is about to execute
        +
        sender - source of command
        +
        args - command arguments
        +
        Throws:
        +
        CommandException - if the execution should not continue
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/filter/CommandSenderTypeFilter.html b/com/flowpowered/commands/filter/CommandSenderTypeFilter.html new file mode 100644 index 0000000..9644394 --- /dev/null +++ b/com/flowpowered/commands/filter/CommandSenderTypeFilter.html @@ -0,0 +1,315 @@ + + + + + + +CommandSenderTypeFilter (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.filter
+

Class CommandSenderTypeFilter<T extends CommandSender>

+
+
+ +
+
    +
  • +
    +
    Type Parameters:
    +
    T - type of command source to check for
    +
    +
    +
    All Implemented Interfaces:
    +
    CommandFilter
    +
    +
    +
    +
    public abstract class CommandSenderTypeFilter<T extends CommandSender>
    +extends Object
    +implements CommandFilter
    +
    Filters a command execution
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CommandSenderTypeFilter

        +
        public CommandSenderTypeFilter(Class<T> type)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/filter/class-use/CommandFilter.html b/com/flowpowered/commands/filter/class-use/CommandFilter.html new file mode 100644 index 0000000..0f614a1 --- /dev/null +++ b/com/flowpowered/commands/filter/class-use/CommandFilter.html @@ -0,0 +1,215 @@ + + + + + + +Uses of Interface com.flowpowered.commands.filter.CommandFilter (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
com.flowpowered.commands.filter.CommandFilter

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/filter/class-use/CommandSenderTypeFilter.html b/com/flowpowered/commands/filter/class-use/CommandSenderTypeFilter.html new file mode 100644 index 0000000..ed3c799 --- /dev/null +++ b/com/flowpowered/commands/filter/class-use/CommandSenderTypeFilter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.filter.CommandSenderTypeFilter (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.filter.CommandSenderTypeFilter

+
+
No usage of com.flowpowered.commands.filter.CommandSenderTypeFilter
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/filter/package-frame.html b/com/flowpowered/commands/filter/package-frame.html new file mode 100644 index 0000000..8bd454c --- /dev/null +++ b/com/flowpowered/commands/filter/package-frame.html @@ -0,0 +1,25 @@ + + + + + + +com.flowpowered.commands.filter (Flow Commands 0.1.0-SNAPSHOT API) + + + + + +

com.flowpowered.commands.filter

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/com/flowpowered/commands/filter/package-summary.html b/com/flowpowered/commands/filter/package-summary.html new file mode 100644 index 0000000..6859eff --- /dev/null +++ b/com/flowpowered/commands/filter/package-summary.html @@ -0,0 +1,163 @@ + + + + + + +com.flowpowered.commands.filter (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.flowpowered.commands.filter

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/filter/package-tree.html b/com/flowpowered/commands/filter/package-tree.html new file mode 100644 index 0000000..d693ac2 --- /dev/null +++ b/com/flowpowered/commands/filter/package-tree.html @@ -0,0 +1,143 @@ + + + + + + +com.flowpowered.commands.filter Class Hierarchy (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.flowpowered.commands.filter

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/filter/package-use.html b/com/flowpowered/commands/filter/package-use.html new file mode 100644 index 0000000..a465f7c --- /dev/null +++ b/com/flowpowered/commands/filter/package-use.html @@ -0,0 +1,182 @@ + + + + + + +Uses of Package com.flowpowered.commands.filter (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.flowpowered.commands.filter

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/flags/CommandFlags.html b/com/flowpowered/commands/flags/CommandFlags.html new file mode 100644 index 0000000..8792d87 --- /dev/null +++ b/com/flowpowered/commands/flags/CommandFlags.html @@ -0,0 +1,691 @@ + + + + + + +CommandFlags (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.flags
+

Class CommandFlags

+
+
+ +
+
    +
  • +
    +
    +
    public class CommandFlags
    +extends Object
    +
    A registry of possible long and short flags parsed from the same position in the CommandArguments
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/flags/Flag.html b/com/flowpowered/commands/flags/Flag.html new file mode 100644 index 0000000..3aaf827 --- /dev/null +++ b/com/flowpowered/commands/flags/Flag.html @@ -0,0 +1,441 @@ + + + + + + +Flag (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.flags
+

Class Flag

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    MultiFlag
    +
    +
    +
    +
    public class Flag
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Flag

        +
        public Flag(String[] longNames,
        +            char[] shortNames,
        +            int minArgs,
        +            int maxArgs)
        +
      • +
      + + + +
        +
      • +

        Flag

        +
        public Flag(Collection<String> longNames,
        +            gnu.trove.TCharCollection shortNames,
        +            int minArgs,
        +            int maxArgs)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/flags/FlagArgCompleter.html b/com/flowpowered/commands/flags/FlagArgCompleter.html new file mode 100644 index 0000000..580c8e6 --- /dev/null +++ b/com/flowpowered/commands/flags/FlagArgCompleter.html @@ -0,0 +1,237 @@ + + + + + + +FlagArgCompleter (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.flags
+

Interface FlagArgCompleter

+
+
+
+
    +
  • +
    +
    +
    public interface FlagArgCompleter
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/flags/MultiFlag.html b/com/flowpowered/commands/flags/MultiFlag.html new file mode 100644 index 0000000..9421dd0 --- /dev/null +++ b/com/flowpowered/commands/flags/MultiFlag.html @@ -0,0 +1,399 @@ + + + + + + +MultiFlag (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.flags
+

Class MultiFlag

+
+
+ +
+
    +
  • +
    +
    +
    public class MultiFlag
    +extends Flag
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MultiFlag

        +
        public MultiFlag(String[] longNames,
        +                 char[] shortNames,
        +                 int minArgs,
        +                 int maxArgs)
        +
      • +
      + + + +
        +
      • +

        MultiFlag

        +
        public MultiFlag(Collection<String> longNames,
        +                 gnu.trove.TCharCollection shortNames,
        +                 int minArgs,
        +                 int maxArgs)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/flags/class-use/CommandFlags.html b/com/flowpowered/commands/flags/class-use/CommandFlags.html new file mode 100644 index 0000000..87ef011 --- /dev/null +++ b/com/flowpowered/commands/flags/class-use/CommandFlags.html @@ -0,0 +1,409 @@ + + + + + + +Uses of Class com.flowpowered.commands.flags.CommandFlags (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.flags.CommandFlags

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/flags/class-use/Flag.html b/com/flowpowered/commands/flags/class-use/Flag.html new file mode 100644 index 0000000..e487362 --- /dev/null +++ b/com/flowpowered/commands/flags/class-use/Flag.html @@ -0,0 +1,294 @@ + + + + + + +Uses of Class com.flowpowered.commands.flags.Flag (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.flags.Flag

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/flags/class-use/FlagArgCompleter.html b/com/flowpowered/commands/flags/class-use/FlagArgCompleter.html new file mode 100644 index 0000000..66bbde5 --- /dev/null +++ b/com/flowpowered/commands/flags/class-use/FlagArgCompleter.html @@ -0,0 +1,179 @@ + + + + + + +Uses of Interface com.flowpowered.commands.flags.FlagArgCompleter (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
com.flowpowered.commands.flags.FlagArgCompleter

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/flags/class-use/MultiFlag.html b/com/flowpowered/commands/flags/class-use/MultiFlag.html new file mode 100644 index 0000000..3d61375 --- /dev/null +++ b/com/flowpowered/commands/flags/class-use/MultiFlag.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.flowpowered.commands.flags.MultiFlag (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.flags.MultiFlag

+
+
No usage of com.flowpowered.commands.flags.MultiFlag
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/flags/package-frame.html b/com/flowpowered/commands/flags/package-frame.html new file mode 100644 index 0000000..62da1cb --- /dev/null +++ b/com/flowpowered/commands/flags/package-frame.html @@ -0,0 +1,27 @@ + + + + + + +com.flowpowered.commands.flags (Flow Commands 0.1.0-SNAPSHOT API) + + + + + +

com.flowpowered.commands.flags

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/com/flowpowered/commands/flags/package-summary.html b/com/flowpowered/commands/flags/package-summary.html new file mode 100644 index 0000000..12e37a8 --- /dev/null +++ b/com/flowpowered/commands/flags/package-summary.html @@ -0,0 +1,169 @@ + + + + + + +com.flowpowered.commands.flags (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.flowpowered.commands.flags

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/flags/package-tree.html b/com/flowpowered/commands/flags/package-tree.html new file mode 100644 index 0000000..7e1b7ef --- /dev/null +++ b/com/flowpowered/commands/flags/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.flowpowered.commands.flags Class Hierarchy (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.flowpowered.commands.flags

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/flags/package-use.html b/com/flowpowered/commands/flags/package-use.html new file mode 100644 index 0000000..21565d7 --- /dev/null +++ b/com/flowpowered/commands/flags/package-use.html @@ -0,0 +1,212 @@ + + + + + + +Uses of Package com.flowpowered.commands.flags (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.flowpowered.commands.flags

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/package-frame.html b/com/flowpowered/commands/package-frame.html new file mode 100644 index 0000000..cac3880 --- /dev/null +++ b/com/flowpowered/commands/package-frame.html @@ -0,0 +1,46 @@ + + + + + + +com.flowpowered.commands (Flow Commands 0.1.0-SNAPSHOT API) + + + + + +

com.flowpowered.commands

+
+

Interfaces

+ +

Classes

+ +

Exceptions

+ +
+ + diff --git a/com/flowpowered/commands/package-summary.html b/com/flowpowered/commands/package-summary.html new file mode 100644 index 0000000..f96e226 --- /dev/null +++ b/com/flowpowered/commands/package-summary.html @@ -0,0 +1,251 @@ + + + + + + +com.flowpowered.commands (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.flowpowered.commands

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/package-tree.html b/com/flowpowered/commands/package-tree.html new file mode 100644 index 0000000..6a8fe9a --- /dev/null +++ b/com/flowpowered/commands/package-tree.html @@ -0,0 +1,202 @@ + + + + + + +com.flowpowered.commands Class Hierarchy (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.flowpowered.commands

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/package-use.html b/com/flowpowered/commands/package-use.html new file mode 100644 index 0000000..12ea82d --- /dev/null +++ b/com/flowpowered/commands/package-use.html @@ -0,0 +1,372 @@ + + + + + + +Uses of Package com.flowpowered.commands (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.flowpowered.commands

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/AbstractSyntax.html b/com/flowpowered/commands/syntax/AbstractSyntax.html new file mode 100644 index 0000000..0ba2929 --- /dev/null +++ b/com/flowpowered/commands/syntax/AbstractSyntax.html @@ -0,0 +1,345 @@ + + + + + + +AbstractSyntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.syntax
+

Class AbstractSyntax

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/DefaultSyntax.html b/com/flowpowered/commands/syntax/DefaultSyntax.html new file mode 100644 index 0000000..e823f09 --- /dev/null +++ b/com/flowpowered/commands/syntax/DefaultSyntax.html @@ -0,0 +1,365 @@ + + + + + + +DefaultSyntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.syntax
+

Class DefaultSyntax

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Syntax
    +
    +
    +
    +
    public class DefaultSyntax
    +extends AbstractSyntax
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/RegexSyntax.html b/com/flowpowered/commands/syntax/RegexSyntax.html new file mode 100644 index 0000000..90e415d --- /dev/null +++ b/com/flowpowered/commands/syntax/RegexSyntax.html @@ -0,0 +1,424 @@ + + + + + + +RegexSyntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.syntax
+

Class RegexSyntax

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Syntax
    +
    +
    +
    +
    public class RegexSyntax
    +extends AbstractSyntax
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/Syntax.html b/com/flowpowered/commands/syntax/Syntax.html new file mode 100644 index 0000000..6a93206 --- /dev/null +++ b/com/flowpowered/commands/syntax/Syntax.html @@ -0,0 +1,298 @@ + + + + + + +Syntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.syntax
+

Interface Syntax

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/class-use/AbstractSyntax.html b/com/flowpowered/commands/syntax/class-use/AbstractSyntax.html new file mode 100644 index 0000000..a6e242d --- /dev/null +++ b/com/flowpowered/commands/syntax/class-use/AbstractSyntax.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class com.flowpowered.commands.syntax.AbstractSyntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.syntax.AbstractSyntax

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/class-use/DefaultSyntax.html b/com/flowpowered/commands/syntax/class-use/DefaultSyntax.html new file mode 100644 index 0000000..9d1cb08 --- /dev/null +++ b/com/flowpowered/commands/syntax/class-use/DefaultSyntax.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.flowpowered.commands.syntax.DefaultSyntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.syntax.DefaultSyntax

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/class-use/RegexSyntax.html b/com/flowpowered/commands/syntax/class-use/RegexSyntax.html new file mode 100644 index 0000000..72e834e --- /dev/null +++ b/com/flowpowered/commands/syntax/class-use/RegexSyntax.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class com.flowpowered.commands.syntax.RegexSyntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.syntax.RegexSyntax

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/class-use/Syntax.html b/com/flowpowered/commands/syntax/class-use/Syntax.html new file mode 100644 index 0000000..9d7dc21 --- /dev/null +++ b/com/flowpowered/commands/syntax/class-use/Syntax.html @@ -0,0 +1,239 @@ + + + + + + +Uses of Interface com.flowpowered.commands.syntax.Syntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
com.flowpowered.commands.syntax.Syntax

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/flags/DefaultFlagSyntax.StrictnessMode.html b/com/flowpowered/commands/syntax/flags/DefaultFlagSyntax.StrictnessMode.html new file mode 100644 index 0000000..53a9085 --- /dev/null +++ b/com/flowpowered/commands/syntax/flags/DefaultFlagSyntax.StrictnessMode.html @@ -0,0 +1,369 @@ + + + + + + +DefaultFlagSyntax.StrictnessMode (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.syntax.flags
+

Enum DefaultFlagSyntax.StrictnessMode

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static DefaultFlagSyntax.StrictnessMode[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (DefaultFlagSyntax.StrictnessMode c : DefaultFlagSyntax.StrictnessMode.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static DefaultFlagSyntax.StrictnessMode valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/flags/DefaultFlagSyntax.html b/com/flowpowered/commands/syntax/flags/DefaultFlagSyntax.html new file mode 100644 index 0000000..d3018ad --- /dev/null +++ b/com/flowpowered/commands/syntax/flags/DefaultFlagSyntax.html @@ -0,0 +1,557 @@ + + + + + + +DefaultFlagSyntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.syntax.flags
+

Class DefaultFlagSyntax

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/flags/FlagSyntax.html b/com/flowpowered/commands/syntax/flags/FlagSyntax.html new file mode 100644 index 0000000..34dcf39 --- /dev/null +++ b/com/flowpowered/commands/syntax/flags/FlagSyntax.html @@ -0,0 +1,266 @@ + + + + + + +FlagSyntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.syntax.flags
+

Interface FlagSyntax

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/flags/SpoutFlagSyntax.html b/com/flowpowered/commands/syntax/flags/SpoutFlagSyntax.html new file mode 100644 index 0000000..142e2f3 --- /dev/null +++ b/com/flowpowered/commands/syntax/flags/SpoutFlagSyntax.html @@ -0,0 +1,424 @@ + + + + + + +SpoutFlagSyntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.syntax.flags
+

Class SpoutFlagSyntax

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/flags/class-use/DefaultFlagSyntax.StrictnessMode.html b/com/flowpowered/commands/syntax/flags/class-use/DefaultFlagSyntax.StrictnessMode.html new file mode 100644 index 0000000..ee71f23 --- /dev/null +++ b/com/flowpowered/commands/syntax/flags/class-use/DefaultFlagSyntax.StrictnessMode.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax.StrictnessMode (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.syntax.flags.DefaultFlagSyntax.StrictnessMode

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/flags/class-use/DefaultFlagSyntax.html b/com/flowpowered/commands/syntax/flags/class-use/DefaultFlagSyntax.html new file mode 100644 index 0000000..908d17d --- /dev/null +++ b/com/flowpowered/commands/syntax/flags/class-use/DefaultFlagSyntax.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.syntax.flags.DefaultFlagSyntax

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/flags/class-use/FlagSyntax.html b/com/flowpowered/commands/syntax/flags/class-use/FlagSyntax.html new file mode 100644 index 0000000..210fd75 --- /dev/null +++ b/com/flowpowered/commands/syntax/flags/class-use/FlagSyntax.html @@ -0,0 +1,258 @@ + + + + + + +Uses of Interface com.flowpowered.commands.syntax.flags.FlagSyntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
com.flowpowered.commands.syntax.flags.FlagSyntax

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/flags/class-use/SpoutFlagSyntax.html b/com/flowpowered/commands/syntax/flags/class-use/SpoutFlagSyntax.html new file mode 100644 index 0000000..ac0a8d7 --- /dev/null +++ b/com/flowpowered/commands/syntax/flags/class-use/SpoutFlagSyntax.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class com.flowpowered.commands.syntax.flags.SpoutFlagSyntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.syntax.flags.SpoutFlagSyntax

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/flags/package-frame.html b/com/flowpowered/commands/syntax/flags/package-frame.html new file mode 100644 index 0000000..cf056d0 --- /dev/null +++ b/com/flowpowered/commands/syntax/flags/package-frame.html @@ -0,0 +1,30 @@ + + + + + + +com.flowpowered.commands.syntax.flags (Flow Commands 0.1.0-SNAPSHOT API) + + + + + +

com.flowpowered.commands.syntax.flags

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +
+ + diff --git a/com/flowpowered/commands/syntax/flags/package-summary.html b/com/flowpowered/commands/syntax/flags/package-summary.html new file mode 100644 index 0000000..f68ae6e --- /dev/null +++ b/com/flowpowered/commands/syntax/flags/package-summary.html @@ -0,0 +1,180 @@ + + + + + + +com.flowpowered.commands.syntax.flags (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.flowpowered.commands.syntax.flags

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/flags/package-tree.html b/com/flowpowered/commands/syntax/flags/package-tree.html new file mode 100644 index 0000000..81f0e93 --- /dev/null +++ b/com/flowpowered/commands/syntax/flags/package-tree.html @@ -0,0 +1,156 @@ + + + + + + +com.flowpowered.commands.syntax.flags Class Hierarchy (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.flowpowered.commands.syntax.flags

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/flags/package-use.html b/com/flowpowered/commands/syntax/flags/package-use.html new file mode 100644 index 0000000..03ff87c --- /dev/null +++ b/com/flowpowered/commands/syntax/flags/package-use.html @@ -0,0 +1,208 @@ + + + + + + +Uses of Package com.flowpowered.commands.syntax.flags (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.flowpowered.commands.syntax.flags

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/package-frame.html b/com/flowpowered/commands/syntax/package-frame.html new file mode 100644 index 0000000..2118072 --- /dev/null +++ b/com/flowpowered/commands/syntax/package-frame.html @@ -0,0 +1,27 @@ + + + + + + +com.flowpowered.commands.syntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + +

com.flowpowered.commands.syntax

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/com/flowpowered/commands/syntax/package-summary.html b/com/flowpowered/commands/syntax/package-summary.html new file mode 100644 index 0000000..4075f49 --- /dev/null +++ b/com/flowpowered/commands/syntax/package-summary.html @@ -0,0 +1,167 @@ + + + + + + +com.flowpowered.commands.syntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.flowpowered.commands.syntax

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/package-tree.html b/com/flowpowered/commands/syntax/package-tree.html new file mode 100644 index 0000000..ba73cad --- /dev/null +++ b/com/flowpowered/commands/syntax/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.flowpowered.commands.syntax Class Hierarchy (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.flowpowered.commands.syntax

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/syntax/package-use.html b/com/flowpowered/commands/syntax/package-use.html new file mode 100644 index 0000000..6980c4f --- /dev/null +++ b/com/flowpowered/commands/syntax/package-use.html @@ -0,0 +1,187 @@ + + + + + + +Uses of Package com.flowpowered.commands.syntax (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.flowpowered.commands.syntax

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/util/RelativeVector3f.html b/com/flowpowered/commands/util/RelativeVector3f.html new file mode 100644 index 0000000..7b13730 --- /dev/null +++ b/com/flowpowered/commands/util/RelativeVector3f.html @@ -0,0 +1,516 @@ + + + + + + +RelativeVector3f (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.flowpowered.commands.util
+

Class RelativeVector3f

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.flowpowered.math.vector.Vectorf, Serializable, Cloneable, Comparable<com.flowpowered.math.vector.Vector3f>
    +
    +
    +
    +
    public class RelativeVector3f
    +extends com.flowpowered.math.vector.Vector3f
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.flowpowered.math.vector.Vector3f

        +FORWARD, ONE, RIGHT, UNIT_X, UNIT_Y, UNIT_Z, UP, ZERO
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      RelativeVector3f() 
      RelativeVector3f(double x, + double y, + double z, + boolean relativeX, + boolean relativeY, + boolean relativeZ) 
      RelativeVector3f(float x, + float y, + float z, + boolean relativeX, + boolean relativeY, + boolean relativeZ) 
      RelativeVector3f(RelativeVector3f v, + com.flowpowered.math.vector.Vector3f refPoint) 
      RelativeVector3f(com.flowpowered.math.vector.Vector3f v, + boolean relativeX, + boolean relativeY, + boolean relativeZ) 
      RelativeVector3f(com.flowpowered.math.vector.Vector3f v, + com.flowpowered.math.vector.Vector3f refPoint, + boolean relativeX, + boolean relativeY, + boolean relativeZ) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      com.flowpowered.math.matrix.Matrix4fasMatrix() 
      com.flowpowered.math.vector.Vector3fasVector() 
      com.flowpowered.math.vector.Vector3fgetRaw() 
      com.flowpowered.math.vector.Vector3fgetRefPoint() 
      booleanisRelativeX() 
      booleanisRelativeY() 
      booleanisRelativeZ() 
      protected static com.flowpowered.math.vector.Vector3fresolve(com.flowpowered.math.vector.Vector3f refPoint, + com.flowpowered.math.vector.Vector3f raw, + boolean relativeX, + boolean relativeY, + boolean relativeZ) 
      RelativeVector3fwithRefPoint(com.flowpowered.math.vector.Vector3f refPoint) 
      +
        +
      • + + +

        Methods inherited from class com.flowpowered.math.vector.Vector3f

        +abs, add, add, add, ceil, clone, compareTo, createDirectionDeg, createDirectionDeg, createDirectionRad, createDirectionRad, createRandomDirection, cross, cross, cross, distance, distance, distance, distanceSquared, distanceSquared, distanceSquared, div, div, div, div, div, dot, dot, dot, equals, floor, getFloorX, getFloorY, getFloorZ, getMaxAxis, getMinAxis, getX, getY, getZ, hashCode, length, lengthSquared, max, max, max, min, min, min, mul, mul, mul, mul, mul, negate, normalize, pow, pow, round, sub, sub, sub, toArray, toDouble, toFloat, toInt, toLong, toString, toVector2, toVector2, toVector4, toVector4, toVector4, toVectorN
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RelativeVector3f

        +
        public RelativeVector3f()
        +
      • +
      + + + +
        +
      • +

        RelativeVector3f

        +
        public RelativeVector3f(com.flowpowered.math.vector.Vector3f v,
        +                        boolean relativeX,
        +                        boolean relativeY,
        +                        boolean relativeZ)
        +
      • +
      + + + +
        +
      • +

        RelativeVector3f

        +
        public RelativeVector3f(double x,
        +                        double y,
        +                        double z,
        +                        boolean relativeX,
        +                        boolean relativeY,
        +                        boolean relativeZ)
        +
      • +
      + + + +
        +
      • +

        RelativeVector3f

        +
        public RelativeVector3f(float x,
        +                        float y,
        +                        float z,
        +                        boolean relativeX,
        +                        boolean relativeY,
        +                        boolean relativeZ)
        +
      • +
      + + + +
        +
      • +

        RelativeVector3f

        +
        public RelativeVector3f(RelativeVector3f v,
        +                        com.flowpowered.math.vector.Vector3f refPoint)
        +
      • +
      + + + +
        +
      • +

        RelativeVector3f

        +
        public RelativeVector3f(com.flowpowered.math.vector.Vector3f v,
        +                        com.flowpowered.math.vector.Vector3f refPoint,
        +                        boolean relativeX,
        +                        boolean relativeY,
        +                        boolean relativeZ)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withRefPoint

        +
        public RelativeVector3f withRefPoint(com.flowpowered.math.vector.Vector3f refPoint)
        +
      • +
      + + + +
        +
      • +

        getRaw

        +
        public com.flowpowered.math.vector.Vector3f getRaw()
        +
      • +
      + + + +
        +
      • +

        getRefPoint

        +
        public com.flowpowered.math.vector.Vector3f getRefPoint()
        +
      • +
      + + + +
        +
      • +

        isRelativeX

        +
        public boolean isRelativeX()
        +
      • +
      + + + +
        +
      • +

        isRelativeY

        +
        public boolean isRelativeY()
        +
      • +
      + + + +
        +
      • +

        isRelativeZ

        +
        public boolean isRelativeZ()
        +
      • +
      + + + +
        +
      • +

        asVector

        +
        public com.flowpowered.math.vector.Vector3f asVector()
        +
      • +
      + + + +
        +
      • +

        asMatrix

        +
        public com.flowpowered.math.matrix.Matrix4f asMatrix()
        +
      • +
      + + + +
        +
      • +

        resolve

        +
        protected static com.flowpowered.math.vector.Vector3f resolve(com.flowpowered.math.vector.Vector3f refPoint,
        +                                                              com.flowpowered.math.vector.Vector3f raw,
        +                                                              boolean relativeX,
        +                                                              boolean relativeY,
        +                                                              boolean relativeZ)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/util/class-use/RelativeVector3f.html b/com/flowpowered/commands/util/class-use/RelativeVector3f.html new file mode 100644 index 0000000..db40f22 --- /dev/null +++ b/com/flowpowered/commands/util/class-use/RelativeVector3f.html @@ -0,0 +1,243 @@ + + + + + + +Uses of Class com.flowpowered.commands.util.RelativeVector3f (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.flowpowered.commands.util.RelativeVector3f

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/util/package-frame.html b/com/flowpowered/commands/util/package-frame.html new file mode 100644 index 0000000..98fafb5 --- /dev/null +++ b/com/flowpowered/commands/util/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +com.flowpowered.commands.util (Flow Commands 0.1.0-SNAPSHOT API) + + + + + +

com.flowpowered.commands.util

+
+

Classes

+ +
+ + diff --git a/com/flowpowered/commands/util/package-summary.html b/com/flowpowered/commands/util/package-summary.html new file mode 100644 index 0000000..9468017 --- /dev/null +++ b/com/flowpowered/commands/util/package-summary.html @@ -0,0 +1,144 @@ + + + + + + +com.flowpowered.commands.util (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.flowpowered.commands.util

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/util/package-tree.html b/com/flowpowered/commands/util/package-tree.html new file mode 100644 index 0000000..e7dba8e --- /dev/null +++ b/com/flowpowered/commands/util/package-tree.html @@ -0,0 +1,143 @@ + + + + + + +com.flowpowered.commands.util Class Hierarchy (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.flowpowered.commands.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/com/flowpowered/commands/util/package-use.html b/com/flowpowered/commands/util/package-use.html new file mode 100644 index 0000000..cdfa68c --- /dev/null +++ b/com/flowpowered/commands/util/package-use.html @@ -0,0 +1,178 @@ + + + + + + +Uses of Package com.flowpowered.commands.util (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.flowpowered.commands.util

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/constant-values.html b/constant-values.html new file mode 100644 index 0000000..41c69e1 --- /dev/null +++ b/constant-values.html @@ -0,0 +1,223 @@ + + + + + + +Constant Field Values (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

com.flowpowered.*

+ + + +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/deprecated-list.html b/deprecated-list.html new file mode 100644 index 0000000..c8a0767 --- /dev/null +++ b/deprecated-list.html @@ -0,0 +1,148 @@ + + + + + + +Deprecated List (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+ +
+
+ + + +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/help-doc.html b/help-doc.html new file mode 100644 index 0000000..2191b0c --- /dev/null +++ b/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/index-all.html b/index-all.html new file mode 100644 index 0000000..5cbc52e --- /dev/null +++ b/index-all.html @@ -0,0 +1,1184 @@ + + + + + + +Index (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I L M N O P R S T U V W  + + +

A

+
+
absoluteArgumentToOffset(Vector2i) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
AbstractSyntax - Class in com.flowpowered.commands.syntax
+
 
+
AbstractSyntax(String) - Constructor for class com.flowpowered.commands.syntax.AbstractSyntax
+
 
+
AbstractSyntax(String, FlagSyntax) - Constructor for class com.flowpowered.commands.syntax.AbstractSyntax
+
 
+
add(Flag...) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
add(Collection<Flag>) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
addAlias(String, Alias) - Method in class com.flowpowered.commands.Command
+
+
This maps alias to name.
+
+
addAlias(List<String>, List<String>) - Method in class com.flowpowered.commands.CommandManager
+
 
+
addAlias(Command, String, List<String>) - Method in class com.flowpowered.commands.CommandManager
+
 
+
addAliasIfAbsent(String, Alias) - Method in class com.flowpowered.commands.Command
+
+
This maps alias to name.
+
+
addAll(CommandFlags) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
addArgs(CommandArguments) - Method in class com.flowpowered.commands.flags.MultiFlag
+
 
+
addChild(String, Command) - Method in class com.flowpowered.commands.Command
+
+
This maps command to name as a child.
+
+
addChild(Command) - Method in class com.flowpowered.commands.Command
+
+
This maps command as a child.
+
+
addChildIfAbsent(String, Command) - Method in class com.flowpowered.commands.Command
+
+
This maps command to name as a child.
+
+
addFilter(CommandFilter) - Method in class com.flowpowered.commands.Command
+
 
+
addFilters(CommandFilter...) - Method in class com.flowpowered.commands.Command
+
 
+
advance() - Method in class com.flowpowered.commands.CommandArguments
+
+
Increase the argument 'pointer' by one without storing any arguments
+
+
Alias - Class in com.flowpowered.commands
+
 
+
Alias(List<String>, Command) - Constructor for class com.flowpowered.commands.Alias
+
 
+
AliasAlreadyCreatedException - Exception in com.flowpowered.commands
+
 
+
AliasAlreadyCreatedException(String) - Constructor for exception com.flowpowered.commands.AliasAlreadyCreatedException
+
 
+
aliasLock - Variable in class com.flowpowered.commands.Command
+
 
+
AnnotatedCommandExecutor - Class in com.flowpowered.commands.annotated
+
+
Allows for method-registration of commands.
+
+
AnnotatedCommandExecutor(Object, Map<Command, Method>) - Constructor for class com.flowpowered.commands.annotated.AnnotatedCommandExecutor
+
 
+
AnnotatedCommandExecutorFactory - Class in com.flowpowered.commands.annotated
+
 
+
AnnotatedCommandExecutorFactory(CommandManager, CommandProvider) - Constructor for class com.flowpowered.commands.annotated.AnnotatedCommandExecutorFactory
+
 
+
AnnotatedCommandExecutorFactory(CommandManager, CommandProvider, Logger) - Constructor for class com.flowpowered.commands.annotated.AnnotatedCommandExecutorFactory
+
 
+
ArgumentParseException - Exception in com.flowpowered.commands
+
+
Thrown when there's a problem parsing arguments and there's a need to capture the context of the problem.
+
+
ArgumentParseException(String, String, String) - Constructor for exception com.flowpowered.commands.ArgumentParseException
+
 
+
argumentToOffset(Vector2i) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
asMatrix() - Method in class com.flowpowered.commands.util.RelativeVector3f
+
 
+
assertCompletelyParsed() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
asVector() - Method in class com.flowpowered.commands.util.RelativeVector3f
+
 
+
+ + + +

B

+
+
b(String...) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
b(char...) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
b(String, char) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
+ + + +

C

+
+
ChildAlreadyExistException - Exception in com.flowpowered.commands
+
 
+
ChildAlreadyExistException(String) - Constructor for exception com.flowpowered.commands.ChildAlreadyExistException
+
 
+
childLock - Variable in class com.flowpowered.commands.Command
+
 
+
clear() - Method in class com.flowpowered.commands.Command
+
+
Clears the executor and filters of this command.
+
+
clearCommands(CommandProvider) - Method in class com.flowpowered.commands.CommandManager
+
 
+
clearCommands(String) - Method in class com.flowpowered.commands.CommandManager
+
 
+
clearPath(String...) - Method in class com.flowpowered.commands.CommandManager
+
 
+
clearPath(List<String>) - Method in class com.flowpowered.commands.CommandManager
+
 
+
com.flowpowered.commands - package com.flowpowered.commands
+
 
+
com.flowpowered.commands.annotated - package com.flowpowered.commands.annotated
+
 
+
com.flowpowered.commands.exception - package com.flowpowered.commands.exception
+
 
+
com.flowpowered.commands.filter - package com.flowpowered.commands.filter
+
 
+
com.flowpowered.commands.flags - package com.flowpowered.commands.flags
+
 
+
com.flowpowered.commands.syntax - package com.flowpowered.commands.syntax
+
 
+
com.flowpowered.commands.syntax.flags - package com.flowpowered.commands.syntax.flags
+
 
+
com.flowpowered.commands.util - package com.flowpowered.commands.util
+
 
+
Command - Class in com.flowpowered.commands
+
 
+
Command(String, CommandManager) - Constructor for class com.flowpowered.commands.Command
+
 
+
Command.Complete - Class in com.flowpowered.commands
+
 
+
Command.Execute - Class in com.flowpowered.commands
+
 
+
Command.Get - Class in com.flowpowered.commands
+
 
+
Command.ProcessingMode - Interface in com.flowpowered.commands
+
+
ProcessingMode allows different types of processing in process.
+
+
COMMAND_NAME_PATTERN - Static variable in class com.flowpowered.commands.ConfigurableCommandManager
+
 
+
COMMAND_SELF_KEY - Static variable in class com.flowpowered.commands.ConfigurableCommandManager
+
 
+
CommandArgumentException - Interface in com.flowpowered.commands
+
 
+
CommandArguments - Class in com.flowpowered.commands
+
+
This class is used as a wrapper for command arguments to make them easily + parse-able.
+
+
CommandArguments(List<String>) - Constructor for class com.flowpowered.commands.CommandArguments
+
 
+
CommandArguments(List<String>, Logger) - Constructor for class com.flowpowered.commands.CommandArguments
+
 
+
CommandArguments(String...) - Constructor for class com.flowpowered.commands.CommandArguments
+
 
+
CommandArguments(Logger, String...) - Constructor for class com.flowpowered.commands.CommandArguments
+
 
+
CommandArguments(String, Syntax) - Constructor for class com.flowpowered.commands.CommandArguments
+
 
+
CommandArguments(String, Syntax, Logger) - Constructor for class com.flowpowered.commands.CommandArguments
+
 
+
CommandArguments(List<String>, TIntList, Syntax, Pair<String, Integer>) - Constructor for class com.flowpowered.commands.CommandArguments
+
 
+
CommandArguments(List<String>, TIntList, Syntax, Pair<String, Integer>, Logger) - Constructor for class com.flowpowered.commands.CommandArguments
+
 
+
CommandDescription - Annotation Type in com.flowpowered.commands.annotated
+
+
This allows for annotation-based command registration.
+
+
CommandException - Exception in com.flowpowered.commands
+
 
+
CommandException(String) - Constructor for exception com.flowpowered.commands.CommandException
+
 
+
CommandException(Throwable) - Constructor for exception com.flowpowered.commands.CommandException
+
 
+
CommandException(String, Throwable) - Constructor for exception com.flowpowered.commands.CommandException
+
 
+
CommandExecutor - Interface in com.flowpowered.commands
+
 
+
CommandFilter - Interface in com.flowpowered.commands.filter
+
+
Filters certain criteria before a command's final execution.
+
+
CommandFlags - Class in com.flowpowered.commands.flags
+
+
A registry of possible long and short flags parsed from the same position in the CommandArguments
+
+
CommandFlags() - Constructor for class com.flowpowered.commands.flags.CommandFlags
+
 
+
CommandFlags(FlagSyntax) - Constructor for class com.flowpowered.commands.flags.CommandFlags
+
 
+
CommandFlags(FlagSyntax, FlagSyntax) - Constructor for class com.flowpowered.commands.flags.CommandFlags
+
 
+
CommandManager - Class in com.flowpowered.commands
+
 
+
CommandManager() - Constructor for class com.flowpowered.commands.CommandManager
+
 
+
CommandManager(boolean) - Constructor for class com.flowpowered.commands.CommandManager
+
 
+
CommandManager(boolean, boolean) - Constructor for class com.flowpowered.commands.CommandManager
+
 
+
CommandProvider - Interface in com.flowpowered.commands
+
 
+
CommandSender - Interface in com.flowpowered.commands
+
 
+
CommandSenderTypeFilter<T extends CommandSender> - Class in com.flowpowered.commands.filter
+
+
Filters a command execution
+
+
CommandSenderTypeFilter(Class<T>) - Constructor for class com.flowpowered.commands.filter.CommandSenderTypeFilter
+
 
+
complete(CommandSender, CommandArguments, int, List<CharSequence>) - Method in class com.flowpowered.commands.Command
+
 
+
Complete(int) - Constructor for class com.flowpowered.commands.Command.Complete
+
 
+
complete(String, int, SortedSet<String>, List<String>) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
complete(String, int, int, SortedSet<String>, List<String>) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
complete(String, Vector2i, SortedSet<String>, List<String>) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
complete(String, Vector2i, SortedSet<String>, int, boolean, List<String>) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
complete(Command, CommandSender, CommandArguments, int, List<String>) - Method in interface com.flowpowered.commands.CompletingCommandExecutor
+
 
+
complete(Command, CommandSender, CommandArguments, String, int, List<String>) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
complete(Command, CommandSender, CommandArguments, CommandFlags, int, List<String>) - Method in class com.flowpowered.commands.flags.Flag
+
 
+
complete(Command, CommandSender, CommandArguments, CommandFlags, Flag, CommandArguments, int, List<String>) - Method in interface com.flowpowered.commands.flags.FlagArgCompleter
+
 
+
complete(Command, CommandSender, CommandFlags, CommandArguments, String, int, List<String>) - Method in class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax
+
 
+
complete(Command, CommandSender, CommandFlags, CommandArguments, String, int, List<String>) - Method in interface com.flowpowered.commands.syntax.flags.FlagSyntax
+
 
+
complete(Command, CommandSender, CommandFlags, CommandArguments, String, int, List<String>) - Method in class com.flowpowered.commands.syntax.flags.SpoutFlagSyntax
+
 
+
completeAndMerge(String, Vector2i, SortedSet<String>, int, List<String>, List<String>) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
completeFlag(CommandFlags, CommandArguments, String, String, Vector2i, List<String>) - Method in class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax
+
 
+
completeFlags(Command, CommandSender, String, CommandFlags, int, List<String>) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
completeRaw(String, Vector2i, SortedSet<String>, int, boolean, List<String>) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
completeRemainingStrings(String, int, SortedSet<String>, List<String>) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
completeRemainingStrings(String, int, SortedSet<String>, int, List<String>) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
CompletingCommandExecutor - Interface in com.flowpowered.commands
+
 
+
ConfigurableCommandManager - Class in com.flowpowered.commands
+
 
+
ConfigurableCommandManager(Configuration) - Constructor for class com.flowpowered.commands.ConfigurableCommandManager
+
 
+
ConfigurableCommandManager(Configuration, Logger) - Constructor for class com.flowpowered.commands.ConfigurableCommandManager
+
 
+
copyUnclosedQuote(Pair<String, Integer>) - Static method in class com.flowpowered.commands.PositionallyOverridableCommandArguments
+
 
+
create(Object) - Method in class com.flowpowered.commands.annotated.AnnotatedCommandExecutorFactory
+
+
Registers all the defined commands by method in this class.
+
+
create(Class<?>) - Method in class com.flowpowered.commands.annotated.AnnotatedCommandExecutorFactory
+
+
Registers all the defined commands by method in this class.
+
+
create(Object, Command) - Method in class com.flowpowered.commands.annotated.AnnotatedCommandExecutorFactory
+
+
Registers all the defined commands by method in this class.
+
+
create(Class<?>, Command) - Method in class com.flowpowered.commands.annotated.AnnotatedCommandExecutorFactory
+
+
Registers all the defined commands by method in this class.
+
+
currentArgument(String) - Method in class com.flowpowered.commands.CommandArguments
+
+
Return the current argument, without advancing the argument index.
+
+
currentArgument(String, boolean) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
currentArgument(String, boolean, boolean) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
+ + + +

D

+
+
DEFAULT_LOGGER - Static variable in class com.flowpowered.commands.CommandArguments
+
 
+
defaultEscape(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
DefaultFlagSyntax - Class in com.flowpowered.commands.syntax.flags
+
 
+
DefaultFlagSyntax(boolean, boolean, DefaultFlagSyntax.StrictnessMode, DefaultFlagSyntax.StrictnessMode) - Constructor for class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax
+
 
+
DefaultFlagSyntax.StrictnessMode - Enum in com.flowpowered.commands.syntax.flags
+
+
Action that should be taken when an unknown flag is encountered.
+
+
DefaultSyntax - Class in com.flowpowered.commands.syntax
+
 
+
DefaultSyntax() - Constructor for class com.flowpowered.commands.syntax.DefaultSyntax
+
 
+
DefaultSyntax(FlagSyntax) - Constructor for class com.flowpowered.commands.syntax.DefaultSyntax
+
 
+
defaultUnescape(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
+ + + +

E

+
+
END_OF_FLAG_ARGS - Static variable in class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax
+
 
+
equals(Object) - Method in class com.flowpowered.commands.Alias
+
 
+
equals(Object) - Method in class com.flowpowered.commands.Command
+
 
+
error(String, String) - Method in class com.flowpowered.commands.CommandArguments
+
+
Called when an error has occurred while parsing the specified argument despite the arguments being correct + Example:
+
+
escape(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
escape(String) - Method in class com.flowpowered.commands.syntax.DefaultSyntax
+
 
+
escape(String) - Method in class com.flowpowered.commands.syntax.RegexSyntax
+
 
+
escape(String) - Method in interface com.flowpowered.commands.syntax.Syntax
+
 
+
execute(Command, CommandSender, CommandArguments) - Method in class com.flowpowered.commands.annotated.AnnotatedCommandExecutor
+
 
+
EXECUTE - Static variable in class com.flowpowered.commands.Command
+
 
+
execute(CommandSender, CommandArguments) - Method in class com.flowpowered.commands.Command
+
+
Executes this command with the specified args, using the supplied CommandExecutor.
+
+
Execute() - Constructor for class com.flowpowered.commands.Command.Execute
+
 
+
execute(Command, CommandSender, CommandArguments) - Method in interface com.flowpowered.commands.CommandExecutor
+
 
+
executeCommand(CommandSender, String) - Method in class com.flowpowered.commands.CommandManager
+
+
Deprecated.
+
+
executeCommand(CommandSender, CommandArguments) - Method in class com.flowpowered.commands.CommandManager
+
 
+
+ + + +

F

+
+
f(int, int, char...) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
f(int, int, String...) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
f(int, int, String, char) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
failure(String, String, boolean) - Method in class com.flowpowered.commands.CommandArguments
+
+
Called when an error has occurred while parsing the specified argument due to the argument being invalid + Example:
+
+
Filter - Annotation Type in com.flowpowered.commands.annotated
+
+
Represents a filter of a command.
+
+
findSyntax(CommandArguments) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
Flag - Class in com.flowpowered.commands.flags
+
 
+
Flag(String[], char[], int, int) - Constructor for class com.flowpowered.commands.flags.Flag
+
 
+
Flag(Collection<String>, TCharCollection, int, int) - Constructor for class com.flowpowered.commands.flags.Flag
+
 
+
FLAG_ARGNAME - Static variable in class com.flowpowered.commands.flags.CommandFlags
+
 
+
FLAG_REGEX - Static variable in class com.flowpowered.commands.syntax.flags.SpoutFlagSyntax
+
 
+
FlagArgCompleter - Interface in com.flowpowered.commands.flags
+
 
+
FlagSyntax - Interface in com.flowpowered.commands.syntax.flags
+
 
+
+ + + +

G

+
+
Get() - Constructor for class com.flowpowered.commands.Command.Get
+
 
+
get() - Method in class com.flowpowered.commands.CommandArguments
+
+
Returns all the remaining arguments.
+
+
get(String, Class<T>) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
get(String, Class<T>, T) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getAlias(String) - Method in class com.flowpowered.commands.Command
+
+
Gets the alias mapped to the specific name.
+
+
getAliases() - Method in class com.flowpowered.commands.Command
+
 
+
getAll() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getAllArgs() - Method in class com.flowpowered.commands.flags.MultiFlag
+
 
+
getArgs() - Method in class com.flowpowered.commands.flags.Flag
+
 
+
getCanCompleteNextArgToo() - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
getCandidates() - Method in class com.flowpowered.commands.Command.Complete
+
 
+
getChild(String) - Method in class com.flowpowered.commands.Command
+
+
This tries to return the child with the given name as smartly as possible.
+
+
getChildName() - Method in exception com.flowpowered.commands.exception.UnknownSubcommandException
+
 
+
getChildren() - Method in class com.flowpowered.commands.Command
+
 
+
getCommand() - Method in exception com.flowpowered.commands.ArgumentParseException
+
 
+
getCommand() - Method in class com.flowpowered.commands.Command.Get
+
 
+
getCommand() - Method in interface com.flowpowered.commands.CommandArgumentException
+
 
+
getCommand(String) - Method in class com.flowpowered.commands.CommandManager
+
 
+
getCommand(String, String) - Method in class com.flowpowered.commands.CommandManager
+
 
+
getCommand(CommandProvider, String) - Method in class com.flowpowered.commands.CommandManager
+
 
+
getCommand() - Method in exception com.flowpowered.commands.InvalidCommandArgumentException
+
 
+
getCommandByPath(String...) - Method in class com.flowpowered.commands.CommandManager
+
 
+
getCommandByPath(List<String>) - Method in class com.flowpowered.commands.CommandManager
+
 
+
getCommandLines() - Method in exception com.flowpowered.commands.exception.UnknownSubcommandException
+
 
+
getCompleter() - Method in class com.flowpowered.commands.flags.Flag
+
 
+
getDefaultFlagSyntax() - Method in class com.flowpowered.commands.syntax.AbstractSyntax
+
 
+
getDefaultFlagSyntax() - Method in interface com.flowpowered.commands.syntax.Syntax
+
 
+
getDepth() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getDescendant(List<String>) - Method in class com.flowpowered.commands.Command
+
+
Gets the command that is the descendant of this command for a certain path.
+
+
getDescription() - Method in class com.flowpowered.commands.Command
+
 
+
getExecutor() - Method in class com.flowpowered.commands.Command
+
 
+
getFilters() - Method in class com.flowpowered.commands.Command
+
 
+
getFlag(String) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
getFlag(char) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
getFlags(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getFloat(String, float) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getHelp() - Method in class com.flowpowered.commands.Command
+
 
+
getIndex() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getInteger(String, int) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getInvalidArgName() - Method in exception com.flowpowered.commands.ArgumentParseException
+
 
+
getInvalidArgName() - Method in interface com.flowpowered.commands.CommandArgumentException
+
 
+
getInvalidArgName() - Method in exception com.flowpowered.commands.InvalidCommandArgumentException
+
 
+
getLogger() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getLongFlag(String) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
getLongFlags() - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
getLongNames() - Method in class com.flowpowered.commands.flags.Flag
+
 
+
getManager() - Method in class com.flowpowered.commands.Command
+
 
+
getMaxArgs() - Method in class com.flowpowered.commands.flags.Flag
+
 
+
getMinArgs() - Method in class com.flowpowered.commands.flags.Flag
+
 
+
getName() - Method in class com.flowpowered.commands.Command
+
 
+
getOverride(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getOverride(String) - Method in class com.flowpowered.commands.PositionallyOverridableCommandArguments
+
 
+
getOverride() - Method in class com.flowpowered.commands.PositionallyOverridableCommandArguments
+
 
+
getPaddings() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getPaddings(CommandArguments) - Static method in class com.flowpowered.commands.CommandArguments
+
 
+
getParent() - Method in exception com.flowpowered.commands.exception.UnknownSubcommandException
+
 
+
getPastCommandString() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getPath() - Method in class com.flowpowered.commands.Alias
+
 
+
getPermission() - Method in class com.flowpowered.commands.Command
+
 
+
getPermission() - Method in exception com.flowpowered.commands.exception.InsufficientPermissionsException
+
 
+
getPosition() - Method in class com.flowpowered.commands.Command.Complete
+
 
+
getQuoteEndPattern(String) - Method in class com.flowpowered.commands.syntax.RegexSyntax
+
 
+
getRaw() - Method in class com.flowpowered.commands.util.RelativeVector3f
+
 
+
getReachedUnclosedQuote() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getReason() - Method in exception com.flowpowered.commands.ArgumentParseException
+
 
+
getReason() - Method in interface com.flowpowered.commands.CommandArgumentException
+
 
+
getReason() - Method in exception com.flowpowered.commands.InvalidCommandArgumentException
+
 
+
getRefPoint() - Method in class com.flowpowered.commands.util.RelativeVector3f
+
 
+
getRootCommand() - Method in class com.flowpowered.commands.CommandManager
+
 
+
getSeparator() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getSeparator() - Method in class com.flowpowered.commands.syntax.AbstractSyntax
+
 
+
getSeparator() - Method in interface com.flowpowered.commands.syntax.Syntax
+
 
+
getShortFlags() - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
getShortNames() - Method in class com.flowpowered.commands.flags.Flag
+
 
+
getSimpleName() - Method in class com.flowpowered.commands.Command
+
 
+
getSimpleName(String) - Static method in class com.flowpowered.commands.Command
+
 
+
getStoredCommand(String) - Method in class com.flowpowered.commands.CommandManager
+
 
+
getString(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getString(String, String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getSyntax() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getTimesPresent() - Method in class com.flowpowered.commands.flags.MultiFlag
+
 
+
getType() - Method in class com.flowpowered.commands.filter.CommandSenderTypeFilter
+
 
+
getUnclosedQuote() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
getUsage() - Method in class com.flowpowered.commands.Command
+
 
+
+ + + +

H

+
+
handleFlag(CommandFlags, CommandArguments, String, String, String) - Method in class com.flowpowered.commands.syntax.flags.SpoutFlagSyntax
+
+
Handles a flag.
+
+
has(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
hasAlias(String) - Method in class com.flowpowered.commands.Command
+
 
+
hasChild(String) - Method in class com.flowpowered.commands.Command
+
 
+
hasFilter(CommandFilter) - Method in class com.flowpowered.commands.Command
+
 
+
hasFlag(String) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
hasFlag(char) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
hashCode() - Method in class com.flowpowered.commands.Alias
+
 
+
hashCode() - Method in class com.flowpowered.commands.Command
+
 
+
hasMore() - Method in class com.flowpowered.commands.CommandArguments
+
+
Returns whether any more unparsed arguments are present
+
+
hasNext(String) - Method in class com.flowpowered.commands.CommandArguments
+
+
Returns whether calling currentArgument(argName) would have any argument to return.
+
+
hasOverride(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
hasOverride(String) - Method in class com.flowpowered.commands.PositionallyOverridableCommandArguments
+
 
+
hasOverride() - Method in class com.flowpowered.commands.PositionallyOverridableCommandArguments
+
 
+
hasPermission(CommandSender) - Method in class com.flowpowered.commands.Command
+
 
+
+ + + +

I

+
+
insertChild(String, Command) - Method in class com.flowpowered.commands.Command
+
+
This maps command to name as a child, moving any existing command to use its full name instead.
+
+
INSTANCE - Static variable in class com.flowpowered.commands.syntax.DefaultSyntax
+
 
+
INSTANCE - Static variable in class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax
+
 
+
INSTANCE - Static variable in class com.flowpowered.commands.syntax.flags.SpoutFlagSyntax
+
 
+
INSTANCE_OVERRIDING - Static variable in class com.flowpowered.commands.syntax.flags.SpoutFlagSyntax
+
 
+
InsufficientPermissionsException - Exception in com.flowpowered.commands.exception
+
 
+
InsufficientPermissionsException(String, String) - Constructor for exception com.flowpowered.commands.exception.InsufficientPermissionsException
+
 
+
InvalidCommandArgumentException - Exception in com.flowpowered.commands
+
+
Thrown when an invalid argument is encountered, either from there not being enough input data or invalid input data
+
+
InvalidCommandArgumentException(String, String, String, boolean) - Constructor for exception com.flowpowered.commands.InvalidCommandArgumentException
+
 
+
isCaseSensitive() - Method in class com.flowpowered.commands.CommandManager
+
+
Note: This setting concerns only command child/alias lookup.
+
+
isPresent() - Method in class com.flowpowered.commands.flags.Flag
+
 
+
isPresent() - Method in class com.flowpowered.commands.flags.MultiFlag
+
 
+
isRelativeX() - Method in class com.flowpowered.commands.util.RelativeVector3f
+
 
+
isRelativeY() - Method in class com.flowpowered.commands.util.RelativeVector3f
+
 
+
isRelativeZ() - Method in class com.flowpowered.commands.util.RelativeVector3f
+
 
+
isSilenceable() - Method in exception com.flowpowered.commands.InvalidCommandArgumentException
+
+
Return whether this error is ever appropriate to silence.
+
+
+ + + +

L

+
+
length() - Method in class com.flowpowered.commands.CommandArguments
+
+
Returns the length of the arguments.
+
+
logAndNotify(Logger, CommandSender, String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
LONG_FLAG_REGEX - Static variable in class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax
+
 
+
+ + + +

M

+
+
mergeCompletions(String, int, List<String>, int, List<String>, List<String>) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
MultiFlag - Class in com.flowpowered.commands.flags
+
 
+
MultiFlag(String[], char[], int, int) - Constructor for class com.flowpowered.commands.flags.MultiFlag
+
 
+
MultiFlag(Collection<String>, TCharCollection, int, int) - Constructor for class com.flowpowered.commands.flags.MultiFlag
+
 
+
+ + + +

N

+
+
newCommand(String) - Method in class com.flowpowered.commands.CommandManager
+
 
+
normalizeChildName(String) - Method in class com.flowpowered.commands.CommandManager
+
 
+
+ + + +

O

+
+
offsetToAbsoluteArgument(int) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
offsetToArgument(int) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
onAliasChange(Command, String, Alias, Alias) - Method in class com.flowpowered.commands.CommandManager
+
 
+
onAliasChange(Command, String, Alias, Alias) - Method in class com.flowpowered.commands.ConfigurableCommandManager
+
 
+
onCommandChildChange(Command, String, Command, Command) - Method in class com.flowpowered.commands.CommandManager
+
 
+
onCommandChildChange(Command, String, Command, Command) - Method in class com.flowpowered.commands.ConfigurableCommandManager
+
 
+
overwriteAlias(String, Alias) - Method in class com.flowpowered.commands.Command
+
+
Overwrites any existing Alias mapped to name with alias.
+
+
+ + + +

P

+
+
Parent - Annotation Type in com.flowpowered.commands.annotated
+
 
+
Parents - Annotation Type in com.flowpowered.commands.annotated
+
 
+
parse(CommandArguments, String) - Method in class com.flowpowered.commands.flags.CommandFlags
+
+
Parse flags from the passed CommandArguments instance
+
+
parse(CommandFlags, CommandArguments, String) - Method in class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax
+
 
+
parse(CommandFlags, CommandArguments, String) - Method in interface com.flowpowered.commands.syntax.flags.FlagSyntax
+
 
+
parse(CommandFlags, CommandArguments, String) - Method in class com.flowpowered.commands.syntax.flags.SpoutFlagSyntax
+
 
+
parseFlag(CommandFlags, CommandArguments, String, String) - Method in class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax
+
 
+
parseFlagArgs(CommandArguments, CommandFlags, String, String, String, Flag) - Method in class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax
+
 
+
parseFlagArgs(CommandArguments, CommandFlags, String, String, String, Flag, boolean) - Method in class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax
+
 
+
parseRelativeFloat(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
Permissible - Annotation Type in com.flowpowered.commands.annotated
+
+
Command methods that require a specific permission node should be annotated with this.
+
+
popBoolean(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popBoolean(String, boolean) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popDouble(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popDouble(String, double) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popEnumValue(String, Class<T>) - Method in class com.flowpowered.commands.CommandArguments
+
+
Pop an enum value from the arguments list.
+
+
popEnumValue(String, Class<T>, T) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popFlags(String, CommandFlags) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popFloat(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popFloat(String, float) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popInteger(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popInteger(String, int) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popRelativeVector3(String, Vector3f) - Method in class com.flowpowered.commands.CommandArguments
+
+
Pop a Vector3f.
+
+
popRelativeVector3(String, Vector3f, RelativeVector3f) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popRemainingStrings(String) - Method in class com.flowpowered.commands.CommandArguments
+
+
Returns a string including every remaining argument
+
+
popRemainingStrings(String, String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popRemainingStringSegment(String, StringBuilder, boolean, boolean) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popString(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popString(String, String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popSubCommand() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popVector3(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popVector3(String, RelativeVector3f) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
popVector3(String, Vector3f) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
PositionallyOverridableCommandArguments - Class in com.flowpowered.commands
+
 
+
PositionallyOverridableCommandArguments(List<String>, TIntList, Syntax, Pair<String, Integer>) - Constructor for class com.flowpowered.commands.PositionallyOverridableCommandArguments
+
 
+
PositionallyOverridableCommandArguments(List<String>, TIntList, Syntax, Pair<String, Integer>, Logger) - Constructor for class com.flowpowered.commands.PositionallyOverridableCommandArguments
+
 
+
PositionallyOverridableCommandArguments(CommandArguments, TIntObjectMap<String>) - Constructor for class com.flowpowered.commands.PositionallyOverridableCommandArguments
+
 
+
PositionallyOverridableCommandArguments(CommandArguments) - Constructor for class com.flowpowered.commands.PositionallyOverridableCommandArguments
+
 
+
potentialDefault(InvalidCommandArgumentException, T) - Method in class com.flowpowered.commands.CommandArguments
+
+
This method should be called in methods that can potentially return a default value.
+
+
process(CommandSender, CommandArguments, Command.ProcessingMode) - Method in class com.flowpowered.commands.Alias
+
 
+
process(CommandSender, CommandArguments, Command.ProcessingMode) - Method in class com.flowpowered.commands.Command
+
+
Processes this can for the specific Command.ProcessingMode.
+
+
processChild(CommandSender, CommandArguments, Command.ProcessingMode) - Method in class com.flowpowered.commands.Command
+
 
+
processCommand(CommandArguments) - Method in interface com.flowpowered.commands.CommandSender
+
 
+
+ + + +

R

+
+
readConfig() - Method in class com.flowpowered.commands.ConfigurableCommandManager
+
 
+
REGEX_GROUP_NAME - Static variable in class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax
+
 
+
RegexSyntax - Class in com.flowpowered.commands.syntax
+
 
+
RegexSyntax(String, String, String, String, String, String, String) - Constructor for class com.flowpowered.commands.syntax.RegexSyntax
+
 
+
RegexSyntax(FlagSyntax, String, String, String, String, String, String, String) - Constructor for class com.flowpowered.commands.syntax.RegexSyntax
+
 
+
RELATIVE_COORD_PREFIX - Static variable in class com.flowpowered.commands.CommandArguments
+
 
+
RelativeVector3f - Class in com.flowpowered.commands.util
+
 
+
RelativeVector3f() - Constructor for class com.flowpowered.commands.util.RelativeVector3f
+
 
+
RelativeVector3f(Vector3f, boolean, boolean, boolean) - Constructor for class com.flowpowered.commands.util.RelativeVector3f
+
 
+
RelativeVector3f(double, double, double, boolean, boolean, boolean) - Constructor for class com.flowpowered.commands.util.RelativeVector3f
+
 
+
RelativeVector3f(float, float, float, boolean, boolean, boolean) - Constructor for class com.flowpowered.commands.util.RelativeVector3f
+
 
+
RelativeVector3f(RelativeVector3f, Vector3f) - Constructor for class com.flowpowered.commands.util.RelativeVector3f
+
 
+
RelativeVector3f(Vector3f, Vector3f, boolean, boolean, boolean) - Constructor for class com.flowpowered.commands.util.RelativeVector3f
+
 
+
remaining() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
removeAlias(String) - Method in class com.flowpowered.commands.Command
+
+
Removes the alias with name.
+
+
removeChild(String) - Method in class com.flowpowered.commands.Command
+
+
Removes the child with name.
+
+
removeFilter(CommandFilter) - Method in class com.flowpowered.commands.Command
+
 
+
resolve(Vector3f, Vector3f, boolean, boolean, boolean) - Static method in class com.flowpowered.commands.util.RelativeVector3f
+
 
+
+ + + +

S

+
+
setArgOverride(String, String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
setArgOverride(String, String) - Method in class com.flowpowered.commands.PositionallyOverridableCommandArguments
+
 
+
setArgOverride(int, String) - Method in class com.flowpowered.commands.PositionallyOverridableCommandArguments
+
 
+
setArgs(CommandArguments) - Method in class com.flowpowered.commands.flags.Flag
+
 
+
setArgs(CommandArguments) - Method in class com.flowpowered.commands.flags.MultiFlag
+
 
+
setCanCompleteNextArgToo(boolean) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
setCompleter(FlagArgCompleter) - Method in class com.flowpowered.commands.flags.Flag
+
 
+
setDefaultArgs(CommandArguments) - Method in class com.flowpowered.commands.flags.MultiFlag
+
 
+
setDescription(String) - Method in class com.flowpowered.commands.Command
+
 
+
setExecutor(CommandExecutor) - Method in class com.flowpowered.commands.Command
+
 
+
setHelp(String) - Method in class com.flowpowered.commands.Command
+
 
+
setPath(Command, String...) - Method in class com.flowpowered.commands.CommandManager
+
 
+
setPath(List<String>, Command) - Method in class com.flowpowered.commands.CommandManager
+
 
+
setPermission(String) - Method in class com.flowpowered.commands.Command
+
 
+
setPresent(boolean) - Method in class com.flowpowered.commands.flags.Flag
+
 
+
setPresent(boolean) - Method in class com.flowpowered.commands.flags.MultiFlag
+
 
+
setRootCommand(Command) - Method in class com.flowpowered.commands.CommandManager
+
 
+
setUsage(String) - Method in class com.flowpowered.commands.Command
+
 
+
SHORT_FLAG_REGEX - Static variable in class com.flowpowered.commands.syntax.flags.DefaultFlagSyntax
+
 
+
split(String, List<String>) - Method in class com.flowpowered.commands.syntax.DefaultSyntax
+
 
+
split(String, List<String>) - Method in class com.flowpowered.commands.syntax.RegexSyntax
+
 
+
split(String, List<String>) - Method in interface com.flowpowered.commands.syntax.Syntax
+
 
+
splitIgnoreQuotes(String, Pattern, int) - Static method in class com.flowpowered.commands.syntax.RegexSyntax
+
 
+
splitNoEmpties(String, List<String>, TIntList) - Method in class com.flowpowered.commands.syntax.AbstractSyntax
+
 
+
splitNoEmpties(String, List<String>, TIntList) - Method in interface com.flowpowered.commands.syntax.Syntax
+
 
+
SPOUT_SYNTAX - Static variable in class com.flowpowered.commands.syntax.RegexSyntax
+
+
The command syntax of the old Spout Engine
+
+
SpoutFlagSyntax - Class in com.flowpowered.commands.syntax.flags
+
 
+
SpoutFlagSyntax(boolean) - Constructor for class com.flowpowered.commands.syntax.flags.SpoutFlagSyntax
+
 
+
step(Command, CommandSender, CommandArguments) - Method in class com.flowpowered.commands.Command.Complete
+
 
+
step(Command, CommandSender, CommandArguments) - Method in class com.flowpowered.commands.Command.Execute
+
 
+
step(Command, CommandSender, CommandArguments) - Method in class com.flowpowered.commands.Command.Get
+
 
+
step(Command, CommandSender, CommandArguments) - Method in interface com.flowpowered.commands.Command.ProcessingMode
+
 
+
subArgs(int, int) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
subArgs(int, int) - Method in class com.flowpowered.commands.PositionallyOverridableCommandArguments
+
 
+
SUBCOMMAND_ARGNAME - Static variable in class com.flowpowered.commands.CommandArguments
+
 
+
success(String, T) - Method in class com.flowpowered.commands.CommandArguments
+
+
Must be called when an argument has been successfully parsed + This stores the parsed value into the map, appends the string value to the map, and advances the index.
+
+
success(String, T, boolean) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
success(String, T, boolean) - Method in class com.flowpowered.commands.PositionallyOverridableCommandArguments
+
 
+
Syntax - Interface in com.flowpowered.commands.syntax
+
 
+
+ + + +

T

+
+
toArray() - Method in class com.flowpowered.commands.CommandArguments
+
+
Returns the arguments in an array.
+
+
toString() - Method in class com.flowpowered.commands.Command
+
 
+
toString() - Method in class com.flowpowered.commands.CommandArguments
+
 
+
+ + + +

U

+
+
unescape(String) - Method in class com.flowpowered.commands.CommandArguments
+
 
+
unescape(String) - Method in class com.flowpowered.commands.syntax.DefaultSyntax
+
 
+
unescape(String) - Method in class com.flowpowered.commands.syntax.RegexSyntax
+
 
+
unescape(String) - Method in interface com.flowpowered.commands.syntax.Syntax
+
 
+
UnknownSubcommandException - Exception in com.flowpowered.commands.exception
+
 
+
UnknownSubcommandException(Command, String, String) - Constructor for exception com.flowpowered.commands.exception.UnknownSubcommandException
+
 
+
UserFriendlyCommandException - Exception in com.flowpowered.commands.exception
+
+
An exception that is expected to occur when a user invokes a command, and doesn't signify any abnormal situation.
+
+
UserFriendlyCommandException(String) - Constructor for exception com.flowpowered.commands.exception.UserFriendlyCommandException
+
 
+
UserFriendlyCommandException(Throwable) - Constructor for exception com.flowpowered.commands.exception.UserFriendlyCommandException
+
 
+
UserFriendlyCommandException(String, Throwable) - Constructor for exception com.flowpowered.commands.exception.UserFriendlyCommandException
+
 
+
+ + + +

V

+
+
v(String...) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
v(char...) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
v(String, char) - Method in class com.flowpowered.commands.flags.CommandFlags
+
 
+
validate(Command, CommandSender, CommandArguments) - Method in interface com.flowpowered.commands.filter.CommandFilter
+
+
Throws a CommandException if the execution should not continue.
+
+
validate(Command, CommandSender, CommandArguments) - Method in class com.flowpowered.commands.filter.CommandSenderTypeFilter
+
 
+
valueOf(String) - Static method in enum com.flowpowered.commands.syntax.flags.DefaultFlagSyntax.StrictnessMode
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum com.flowpowered.commands.syntax.flags.DefaultFlagSyntax.StrictnessMode
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
+ + + +

W

+
+
withRefPoint(Vector3f) - Method in class com.flowpowered.commands.util.RelativeVector3f
+
 
+
WrappedCommandException - Exception in com.flowpowered.commands.annotated
+
 
+
WrappedCommandException(Throwable) - Constructor for exception com.flowpowered.commands.annotated.WrappedCommandException
+
 
+
WrappedCommandException(String, Throwable) - Constructor for exception com.flowpowered.commands.annotated.WrappedCommandException
+
 
+
+A B C D E F G H I L M N O P R S T U V W 
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/index.html b/index.html new file mode 100644 index 0000000..b8ddb20 --- /dev/null +++ b/index.html @@ -0,0 +1,75 @@ + + + + + + +Flow Commands 0.1.0-SNAPSHOT API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/overview-frame.html b/overview-frame.html new file mode 100644 index 0000000..16c5ad4 --- /dev/null +++ b/overview-frame.html @@ -0,0 +1,29 @@ + + + + + + +Overview List (Flow Commands 0.1.0-SNAPSHOT API) + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/overview-summary.html b/overview-summary.html new file mode 100644 index 0000000..1508688 --- /dev/null +++ b/overview-summary.html @@ -0,0 +1,168 @@ + + + + + + +Overview (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Flow Commands 0.1.0-SNAPSHOT API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
com.flowpowered.commands 
com.flowpowered.commands.annotated 
com.flowpowered.commands.exception 
com.flowpowered.commands.filter 
com.flowpowered.commands.flags 
com.flowpowered.commands.syntax 
com.flowpowered.commands.syntax.flags 
com.flowpowered.commands.util 
+
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/overview-tree.html b/overview-tree.html new file mode 100644 index 0000000..b3a191d --- /dev/null +++ b/overview-tree.html @@ -0,0 +1,260 @@ + + + + + + +Class Hierarchy (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/package-list b/package-list new file mode 100644 index 0000000..023159e --- /dev/null +++ b/package-list @@ -0,0 +1,8 @@ +com.flowpowered.commands +com.flowpowered.commands.annotated +com.flowpowered.commands.exception +com.flowpowered.commands.filter +com.flowpowered.commands.flags +com.flowpowered.commands.syntax +com.flowpowered.commands.syntax.flags +com.flowpowered.commands.util diff --git a/script.js b/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/serialized-form.html b/serialized-form.html new file mode 100644 index 0000000..cbe9b82 --- /dev/null +++ b/serialized-form.html @@ -0,0 +1,334 @@ + + + + + + +Serialized Form (Flow Commands 0.1.0-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2013–2015 Flow Powered. All rights reserved.

+ + diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..cebb4fd --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; + width:100%; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +}