|
Rename Method public testAlsoRun_ByName_WithArgs() : void renamed to public testAlsoRun_NameRef_WithArgs() : void in class io.bootique.command.CommandDecoratorIT |
From |
To |
|
Rename Method public testBeforeRun_Failure_ByName() : void renamed to public testBeforeRun_Failure_NameRef() : void in class io.bootique.command.CommandDecoratorIT |
From |
To |
|
Rename Method public testAlsoRun_ByType_WithArgs() : void renamed to public testAlsoRun_TypeRef_WithArgs() : void in class io.bootique.command.CommandDecoratorIT |
From |
To |
|
Rename Method public abstract getName(manager CommandManager) : String renamed to public abstract resolve(manager CommandManager) : Command in class io.bootique.command.CommandRefWithArgs |
From |
To |
|
Rename Method public testBeforeRun_Failure_ByType_WithArgs() : void renamed to public testBeforeRun_Failure_TypeRef_WithArgs() : void in class io.bootique.command.CommandDecoratorIT |
From |
To |
|
Rename Method public testAlsoRun_ByType() : void renamed to public testAlsoRun_TypeRef() : void in class io.bootique.command.CommandDecoratorIT |
From |
To |
|
Rename Method public testBeforeRun_Failure_ByName_WithArgs() : void renamed to public testBeforeRun_Failure_NameRef_WithArgs() : void in class io.bootique.command.CommandDecoratorIT |
From |
To |
|
Rename Method public getName(manager CommandManager) : String renamed to public resolve(manager CommandManager) : Command in class io.bootique.command.CommandRefWithArgs.RefByNameWithArgs |
From |
To |
|
Rename Method public testBeforeRun_Failure_ByType() : void renamed to public testBeforeRun_Failure_TypeRef() : void in class io.bootique.command.CommandDecoratorIT |
From |
To |
|
Rename Method public testAlsoRun_ByName() : void renamed to public testAlsoRun_NameRef() : void in class io.bootique.command.CommandDecoratorIT |
From |
To |
|
Rename Method public forType(commandType Class<? extends Command>) : Builder renamed to public typeRef(commandType Class<? extends Command>) : ArgsBuilder in class io.bootique.command.CommandRefWithArgs |
From |
To |
|
Rename Method public forName(fullCommandName String) : Builder renamed to public nameRef(fullCommandName String) : ArgsBuilder in class io.bootique.command.CommandRefWithArgs |
From |
To |
|
Change Return Type Builder to ArgsBuilder in method public nameRef(fullCommandName String) : ArgsBuilder in class io.bootique.command.CommandRefWithArgs |
From |
To |
|
Change Return Type Builder to ArgsBuilder in method public typeRef(commandType Class<? extends Command>) : ArgsBuilder in class io.bootique.command.CommandRefWithArgs |
From |
To |
|
Change Return Type String to Command in method public abstract resolve(manager CommandManager) : Command in class io.bootique.command.CommandRefWithArgs |
From |
To |
|
Change Return Type String to Command in method public resolve(manager CommandManager) : Command in class io.bootique.command.CommandRefWithArgs.RefByNameWithArgs |
From |
To |
|
Change Return Type Builder to ArgsBuilder in method public terminateOnErrors() : ArgsBuilder in class io.bootique.command.CommandRefWithArgs.ArgsBuilder |
From |
To |
|
Change Return Type Builder to ArgsBuilder in method public arguments(args String[]) : ArgsBuilder in class io.bootique.command.CommandRefWithArgs.ArgsBuilder |
From |
To |