summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0.1-RC1/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-07Official Tuscany 2.0.1 Releaselresende1-874/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1530096 13f79535-47bb-0310-9956-ffa450edef68
2013-09-302.0.1 RC1 release taglresende1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1527464 13f79535-47bb-0310-9956-ffa450edef68
2013-09-262.0 branch for possible maintenance releaselresende1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1526672 13f79535-47bb-0310-9956-ffa450edef68
2012-06-18Tag for 2.0 RC2antelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1351268 13f79535-47bb-0310-9956-ffa450edef68
2012-05-01Update Shell to support starting from a node xml fileantelder1-10/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1332566 13f79535-47bb-0310-9956-ffa450edef68
2011-07-18Remove unused importsantelder1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1147801 13f79535-47bb-0310-9956-ffa450edef68
2011-07-09Move the invoke command to a separate class and remove from the Shell class ↵antelder1-242/+2
all the methods for commands now in separate classes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144615 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Update gen'd help to also include the short one line descriptionantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144245 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Update the Shell to use the AddComposite class and have no code within Shell ↵antelder1-22/+19
for that command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144192 13f79535-47bb-0310-9956-ffa450edef68
2011-07-07Start adding a way to have pluggable Shell commands. And start refactoring ↵antelder1-1/+32
commands out of the shell class into their own slef contained class for each command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144036 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Update for Node start parameter order changeantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133696 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07Rename 'member' to 'node' as it seems too confusing to try to have a ↵antelder1-18/+18
different name for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132994 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07Change member arg to be the last instead of the first argument which makes ↵antelder1-1/+1
it easier to use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132977 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06Update to use a distributed domain by defaultantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132532 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26Start some clean up of the Shell commands to match what the runtime is doingantelder1-6/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127875 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Rename InstalledContribution to ContributionDescriptionantelder1-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127531 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20Add an addComposite command to match the Node API and fix the installed ↵antelder1-24/+37
command to use the InstalledContribution instead of the Contribution so that the contribution doesn't need to be loaded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125271 13f79535-47bb-0310-9956-ffa450edef68
2011-05-20Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ↵antelder1-22/+8
can see that the composte is running remotely and for start just overload the start command to take a member name to run the composite on git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125259 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Add a way to run commands on remote nodes and add Node API and Shell ↵antelder1-1/+24
commands to start and stop composites on remote nodes. Initial code so a little prototypy but it does work so committing it now for review git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124705 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Update for latest APIs to explicitly start the deployable composites of a ↵antelder1-3/+4
passed in contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124646 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Update to add APIs to get at which composites are running whereantelder1-2/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124606 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Add a method to get the domain membersantelder1-1/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124566 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18Fix Shell started command to not rely on the installed contributions (which ↵antelder1-16/+16
may have been uninstalled) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124252 13f79535-47bb-0310-9956-ffa450edef68
2011-05-18Updates to match the DomainRegistry changes to rename ↵antelder1-9/+5
addListener/removeListener to be addEndpointListener/removeEndpointListener as there are now multiple types of listener, and change the running composite methods to use the composite uri instead of its QName git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124143 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Update Shell for the latest domain node changesantelder1-33/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104142 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Update shell to show contributions importsantelder1-0/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103728 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16Rename EndpointRegistry to DomainRegistry. Doing this has been brought up ↵antelder1-2/+2
lots of times in the past just no one ever got around to it. It effects quite a few classes but its a relatively trivial rename and i don't think it should impact on anyone too much git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103629 13f79535-47bb-0310-9956-ffa450edef68
2011-05-15Update the detailed installed contribution command to show more information ↵antelder1-5/+20
about the contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1103281 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11Update Shell installed and start commands to work with the latest ↵antelder1-39/+33
Node/registry changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101898 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11Change the Shell command 'installed' to by default just show the URIs of ↵antelder1-8/+14
installed contributions. The plan being to then add 'installed <curi>' which will show detail about an installed contribution including its uri, url, dependent cintrubutions, deployables, exports, etc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101821 13f79535-47bb-0310-9956-ffa450edef68
2011-05-10Start adding info about installed contributions to the registry so that ↵antelder1-1/+1
distributed Nodes can find out about contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101468 13f79535-47bb-0310-9956-ffa450edef68
2011-05-09Start looking at support for a Shell command to show the domain level ↵antelder1-7/+18
composite, this includes adding info about the running composites to the domain registry and a the new shell command to access it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101031 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17Simplify help output by only including the version not the build revision ↵antelder1-6/+1
and date git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082437 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15Update shell to show the command text when installing an initial contributionantelder1-5/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071019 13f79535-47bb-0310-9956-ffa450edef68
2011-02-09Add a -help arg so the help can be shown at startupantelder1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068815 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20Fix split package by renaming packages, for now to org.apache.tuscany.sca to ↵antelder1-3/+3
fix the immediate problem but there's a bit of work to do cleanging up the dependency tangle to use the core/core-spi module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061327 13f79535-47bb-0310-9956-ffa450edef68
2011-01-19Commite name change missed in previous commitantelder1-8/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060922 13f79535-47bb-0310-9956-ffa450edef68
2011-01-17Correct parsing of quoted strings in the argument listantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059956 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Update to use getService from Nodeantelder1-16/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058185 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Update to create a service proxy directly instead of using the sca client ↵antelder1-4/+4
factory api and update testcases for that, and rename package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058025 13f79535-47bb-0310-9956-ffa450edef68
2011-01-11Adjust printing of blank lines so the Shell output is clearerantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057921 13f79535-47bb-0310-9956-ffa450edef68
2010-12-02Update to support entering quoted strings conatining spacesantelder1-9/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041571 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Fix the passing in of an initial contribution url, and add the start of a ↵antelder1-4/+26
status command git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040437 13f79535-47bb-0310-9956-ffa450edef68
2010-11-27Update for API changes and rename 'status' command to be 'started' to match ↵antelder1-18/+18
the pattern the other commands use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039645 13f79535-47bb-0310-9956-ffa450edef68
2010-11-25Update Shell for API changesantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039078 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23Update to include binding URIs in the service outputantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038091 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19Update to not show the initial help when starting up with an installed ↵antelder1-6/+5
contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036802 13f79535-47bb-0310-9956-ffa450edef68
2010-11-19Update to support passing in an intial contribution to install and start, ↵antelder1-2/+39
and also to support pointing at a Maven project contribution without needing to have the target/classes suffix git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036795 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18Do better printout for array response typesantelder1-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036634 13f79535-47bb-0310-9956-ffa450edef68
2010-11-17Get the Shell invoke function working and add a services command to show the ↵antelder1-11/+71
available services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036030 13f79535-47bb-0310-9956-ffa450edef68