summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-262.0 branch for possible maintenance releaselresende1-0/+0
2012-06-18Tag for 2.0 RC2antelder1-0/+0
2012-05-01Update Shell to support starting from a node xml fileantelder1-10/+33
2011-07-18Remove unused importsantelder1-3/+0
2011-07-09Move the invoke command to a separate class and remove from the Shell class a...antelder1-242/+2
2011-07-08Update gen'd help to also include the short one line descriptionantelder1-0/+2
2011-07-08Update the Shell to use the AddComposite class and have no code within Shell ...antelder1-22/+19
2011-07-07Start adding a way to have pluggable Shell commands. And start refactoring co...antelder1-1/+32
2011-06-09Update for Node start parameter order changeantelder1-1/+1
2011-06-07Rename 'member' to 'node' as it seems too confusing to try to have a differen...antelder1-18/+18
2011-06-07Change member arg to be the last instead of the first argument which makes it...antelder1-1/+1
2011-06-06Update to use a distributed domain by defaultantelder1-1/+1
2011-05-26Start some clean up of the Shell commands to match what the runtime is doingantelder1-6/+19
2011-05-25Rename InstalledContribution to ContributionDescriptionantelder1-10/+10
2011-05-20Add an addComposite command to match the Node API and fix the installed comma...antelder1-24/+37
2011-05-20Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ...antelder1-22/+8
2011-05-19Add a way to run commands on remote nodes and add Node API and Shell commands...antelder1-1/+24
2011-05-19Update for latest APIs to explicitly start the deployable composites of a pas...antelder1-3/+4
2011-05-19Update to add APIs to get at which composites are running whereantelder1-2/+14
2011-05-19Add a method to get the domain membersantelder1-1/+14
2011-05-18Fix Shell started command to not rely on the installed contributions (which m...antelder1-16/+16
2011-05-18Updates to match the DomainRegistry changes to rename addListener/removeListe...antelder1-9/+5
2011-05-17Update Shell for the latest domain node changesantelder1-33/+31
2011-05-16Update shell to show contributions importsantelder1-0/+13
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up lot...antelder1-2/+2
2011-05-15Update the detailed installed contribution command to show more information a...antelder1-5/+20
2011-05-11Update Shell installed and start commands to work with the latest Node/regist...antelder1-39/+33
2011-05-11Change the Shell command 'installed' to by default just show the URIs of inst...antelder1-8/+14
2011-05-10Start adding info about installed contributions to the registry so that distr...antelder1-1/+1
2011-05-09Start looking at support for a Shell command to show the domain level composi...antelder1-7/+18
2011-03-17Simplify help output by only including the version not the build revision and...antelder1-6/+1
2011-02-15Update shell to show the command text when installing an initial contributionantelder1-5/+7
2011-02-09Add a -help arg so the help can be shown at startupantelder1-1/+6
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ...antelder1-3/+3
2011-01-19Commite name change missed in previous commitantelder1-8/+7
2011-01-17Correct parsing of quoted strings in the argument listantelder1-1/+1
2011-01-12Update to use getService from Nodeantelder1-16/+3
2011-01-12Update to create a service proxy directly instead of using the sca client fac...antelder1-4/+4
2011-01-11Adjust printing of blank lines so the Shell output is clearerantelder1-2/+1
2010-12-02Update to support entering quoted strings conatining spacesantelder1-9/+36
2010-11-30Fix the passing in of an initial contribution url, and add the start of a sta...antelder1-4/+26
2010-11-27Update for API changes and rename 'status' command to be 'started' to match t...antelder1-18/+18
2010-11-25Update Shell for API changesantelder1-4/+4
2010-11-23Update to include binding URIs in the service outputantelder1-0/+7
2010-11-19Update to not show the initial help when starting up with an installed contri...antelder1-6/+5
2010-11-19Update to support passing in an intial contribution to install and start, and...antelder1-2/+39
2010-11-18Do better printout for array response typesantelder1-2/+5
2010-11-17Get the Shell invoke function working and add a services command to show the ...antelder1-11/+71
2010-11-16Start adding invoke function to the Shellantelder1-0/+60
2010-10-01Correct help outputantelder1-6/+6