Compare commits

...

16 Commits

Author SHA1 Message Date
bf50a4eaa4 [maven-release-plugin] prepare release system-0.0.1 2018-10-08 15:03:46 -04:00
fda1bad1c7 License
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
2018-10-08 14:59:04 -04:00
a585414982 Update configuration
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
2018-10-08 14:58:26 -04:00
e8cf6eb68f Added license properties
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
2018-10-08 14:57:36 -04:00
afb773636f [maven-release-plugin] prepare for next development iteration 2018-10-08 14:54:14 -04:00
a999d5f55b [maven-release-plugin] prepare release gclc-swt-1.1.5 2018-10-08 14:54:10 -04:00
c97c8735eb [maven-release-plugin] prepare for next development iteration 2018-10-08 14:52:36 -04:00
0ce31ff752 [maven-release-plugin] prepare release gclc-socket-1.1.10 2018-10-08 14:52:31 -04:00
c433175aa5 License and refactoring of packages
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
2018-10-08 14:50:54 -04:00
a368e21668 Update configuration
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
2018-10-08 14:49:40 -04:00
e6b4766d89 interrupt prompt by closing correctly
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
2018-10-08 14:44:41 -04:00
dd3072615a Fix type in string
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
2018-10-08 14:44:12 -04:00
d3c1a55a41 Update dependencies and configuration
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
2018-10-08 14:14:53 -04:00
5d8d7b23ea Remove old license
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
2018-10-08 14:11:48 -04:00
383ba0e702 Refactor packages. Update configuration
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
2018-10-08 13:54:57 -04:00
0bb2103f85 [maven-release-plugin] prepare for next development iteration 2018-10-08 13:48:52 -04:00
31 changed files with 3245 additions and 1953 deletions

View File

@@ -30,80 +30,10 @@
<!-- knowledge of the CeCILL license and that you accept its terms. --> <!-- knowledge of the CeCILL license and that you accept its terms. -->
<!-- Copyright E. Bigeon (2014) --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<!-- -->
<!-- emmanuel@bigeon.fr -->
<!-- -->
<!-- This software is a computer program whose purpose is to -->
<!-- Socket implementation of GCLC. -->
<!-- -->
<!-- This software is governed by the CeCILL license under French law and -->
<!-- abiding by the rules of distribution of free software. You can use, -->
<!-- modify and/or redistribute the software under the terms of the CeCILL -->
<!-- license as circulated by CEA, CNRS and INRIA at the following URL -->
<!-- "http://www.cecill.info". -->
<!-- -->
<!-- As a counterpart to the access to the source code and rights to copy, -->
<!-- modify and redistribute granted by the license, users are provided only -->
<!-- with a limited warranty and the software's author, the holder of the -->
<!-- economic rights, and the successive licensors have only limited -->
<!-- liability. -->
<!-- -->
<!-- In this respect, the user's attention is drawn to the risks associated -->
<!-- with loading, using, modifying and/or developing or reproducing the -->
<!-- software by the user in light of its specific status of free software, -->
<!-- that may mean that it is complicated to manipulate, and that also -->
<!-- therefore means that it is reserved for developers and experienced -->
<!-- professionals having in-depth computer knowledge. Users are therefore -->
<!-- encouraged to load and test the software's suitability as regards their -->
<!-- requirements in conditions enabling the security of their systems and/or -->
<!-- data to be ensured and, more generally, to use and operate it in the -->
<!-- same conditions as regards security. -->
<!-- -->
<!-- The fact that you are presently reading this means that you have had -->
<!-- knowledge of the CeCILL license and that you accept its terms. -->
<!-- Copyright E. Bigeon (2014) -->
<!-- -->
<!-- emmanuel@bigeon.fr -->
<!-- -->
<!-- This software is a computer program whose purpose is to -->
<!-- Defines the distribution repositories and basic setup for projects of
Emmanuel Bigeon. -->
<!-- -->
<!-- This software is governed by the CeCILL license under French law and -->
<!-- abiding by the rules of distribution of free software. You can use, -->
<!-- modify and/or redistribute the software under the terms of the CeCILL -->
<!-- license as circulated by CEA, CNRS and INRIA at the following URL -->
<!-- "http://www.cecill.info". -->
<!-- -->
<!-- As a counterpart to the access to the source code and rights to copy, -->
<!-- modify and redistribute granted by the license, users are provided only -->
<!-- with a limited warranty and the software's author, the holder of the -->
<!-- economic rights, and the successive licensors have only limited -->
<!-- liability. -->
<!-- -->
<!-- In this respect, the user's attention is drawn to the risks associated -->
<!-- with loading, using, modifying and/or developing or reproducing the -->
<!-- software by the user in light of its specific status of free software, -->
<!-- that may mean that it is complicated to manipulate, and that also -->
<!-- therefore means that it is reserved for developers and experienced -->
<!-- professionals having in-depth computer knowledge. Users are therefore -->
<!-- encouraged to load and test the software's suitability as regards their -->
<!-- requirements in conditions enabling the security of their systems and/or -->
<!-- data to be ensured and, more generally, to use and operate it in the -->
<!-- same conditions as regards security. -->
<!-- -->
<!-- The fact that you are presently reading this means that you have had -->
<!-- knowledge of the CeCILL license and that you accept its terms. -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>gclc-socket</artifactId> <artifactId>gclc-socket</artifactId>
<version>1.1.10-SNAPSHOT</version> <version>1.1.11-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<url>http://www.bigeon.net</url> <url>http://www.bigeon.net</url>
<properties> <properties>
@@ -114,20 +44,20 @@
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>fr.bigeon</groupId> <groupId>net.bigeon</groupId>
<artifactId>gclc</artifactId> <artifactId>gclc</artifactId>
<version>2.0.5</version> <version>2.0.7</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.bigeon</groupId> <groupId>net.bigeon</groupId>
<artifactId>smu</artifactId> <artifactId>smu</artifactId>
<version>0.0.9</version> <version>1.0.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
<parent> <parent>
<groupId>net.bigeon.config</groupId> <groupId>net.bigeon.config</groupId>
<artifactId>ebigeon-config</artifactId> <artifactId>ebigeon-config</artifactId>
<version>1.8.3</version> <version>1.8.4</version>
</parent> </parent>
<licenses> <licenses>
<license> <license>

View File

@@ -1,8 +1,8 @@
/** /**
* gclc-socket:fr.bigeon.gclc.socket.ConnexionManager.java * gclc-socket:net.bigeon.gclc.socket.ConnexionManager.java
* Created on: Nov 18, 2017 * Created on: Nov 18, 2017
*/ */
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L

View File

@@ -1,8 +1,8 @@
/** /**
* gclc-socket:fr.bigeon.gclc.socket.DConnexionManager.java * gclc-socket:net.bigeon.gclc.socket.DConnexionManager.java
* Created on: Nov 18, 2017 * Created on: Nov 18, 2017
*/ */
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L
@@ -69,7 +69,7 @@ public final class DConnexionManager<T> implements ConnexionManager<T> {
} }
/* (non-Javadoc) /* (non-Javadoc)
* @see * @see
* fr.bigeon.gclc.socket.ConnexionManager#addConnexion(java.lang.Object) */ * net.bigeon.gclc.socket.ConnexionManager#addConnexion(java.lang.Object) */
@Override @Override
public String addConnexion(final T handle) { public String addConnexion(final T handle) {
final String newID = newID(); final String newID = newID();
@@ -81,7 +81,7 @@ public final class DConnexionManager<T> implements ConnexionManager<T> {
/* (non-Javadoc) /* (non-Javadoc)
* @see * @see
* fr.bigeon.gclc.socket.ConnexionManager#disconnect(java.lang.String) */ * net.bigeon.gclc.socket.ConnexionManager#disconnect(java.lang.String) */
@Override @Override
public T disconnect(final String id) { public T disconnect(final String id) {
if (connecteds.containsKey(id)) { if (connecteds.containsKey(id)) {
@@ -106,14 +106,14 @@ public final class DConnexionManager<T> implements ConnexionManager<T> {
} }
/* (non-Javadoc) /* (non-Javadoc)
* @see fr.bigeon.gclc.socket.ConnexionManager#get(java.lang.String) */ * @see net.bigeon.gclc.socket.ConnexionManager#get(java.lang.String) */
@Override @Override
public T get(final String id) { public T get(final String id) {
return connecteds.get(id); return connecteds.get(id);
} }
/* (non-Javadoc) /* (non-Javadoc)
* @see fr.bigeon.gclc.socket.ConnexionManager#getConnected() */ * @see net.bigeon.gclc.socket.ConnexionManager#getConnected() */
@Override @Override
public Collection<String> getConnected() { public Collection<String> getConnected() {
return connecteds.keySet(); return connecteds.keySet();
@@ -121,7 +121,7 @@ public final class DConnexionManager<T> implements ConnexionManager<T> {
/* (non-Javadoc) /* (non-Javadoc)
* @see * @see
* fr.bigeon.gclc.socket.ConnexionManager#isConnected(java.lang.String) */ * net.bigeon.gclc.socket.ConnexionManager#isConnected(java.lang.String) */
@Override @Override
public boolean isConnected(final String id) { public boolean isConnected(final String id) {
return connecteds.containsKey(id); return connecteds.containsKey(id);
@@ -129,7 +129,7 @@ public final class DConnexionManager<T> implements ConnexionManager<T> {
/* (non-Javadoc) /* (non-Javadoc)
* @see * @see
* fr.bigeon.gclc.socket.ConnexionManager#lockDisconnexion(java.lang.String) */ * net.bigeon.gclc.socket.ConnexionManager#lockDisconnexion(java.lang.String) */
@Override @Override
public void lockDisconnexion(final String id) { public void lockDisconnexion(final String id) {
if (!connecteds.containsKey(id)) { if (!connecteds.containsKey(id)) {
@@ -149,7 +149,7 @@ public final class DConnexionManager<T> implements ConnexionManager<T> {
/* (non-Javadoc) /* (non-Javadoc)
* @see * @see
* fr.bigeon.gclc.socket.ConnexionManager#releaseDisconnexionLock(java.lang. * net.bigeon.gclc.socket.ConnexionManager#releaseDisconnexionLock(java.lang.
* String) */ * String) */
@Override @Override
public void releaseDisconnexionLock(final String id) { public void releaseDisconnexionLock(final String id) {
@@ -162,7 +162,7 @@ public final class DConnexionManager<T> implements ConnexionManager<T> {
/* (non-Javadoc) /* (non-Javadoc)
* @see * @see
* fr.bigeon.gclc.socket.ConnexionManager#waitDisconnexion(java.lang.String) */ * net.bigeon.gclc.socket.ConnexionManager#waitDisconnexion(java.lang.String) */
@Override @Override
public void waitDisconnexion(final String id) throws InterruptedException { public void waitDisconnexion(final String id) throws InterruptedException {
final Object lock = locks.get(id); final Object lock = locks.get(id);

View File

@@ -1,8 +1,8 @@
/** /**
* gclc-socket:fr.bigeon.gclc.socket.PlugableConsoleInput.java * gclc-socket:net.bigeon.gclc.socket.PlugableConsoleInput.java
* Created on: Nov 18, 2017 * Created on: Nov 18, 2017
*/ */
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L
@@ -46,10 +46,10 @@ import java.nio.charset.StandardCharsets;
import java.util.logging.Level; import java.util.logging.Level;
import java.util.logging.Logger; import java.util.logging.Logger;
import fr.bigeon.gclc.manager.ConsoleInput; import net.bigeon.gclc.manager.ConsoleInput;
import fr.bigeon.gclc.manager.ReadingRunnable; import net.bigeon.gclc.tools.ConstantString;
import fr.bigeon.gclc.tools.ConstantString; import net.bigeon.gclc.tools.StringProvider;
import fr.bigeon.gclc.tools.StringProvider; import net.bigeon.gclc.utils.ReadingRunnable;
/** A console input where the stream can be plugged. /** A console input where the stream can be plugged.
* <p> * <p>

View File

@@ -1,8 +1,8 @@
/** /**
* gclc-socket:fr.bigeon.gclc.socket.PluggableConsoleOutput.java * gclc-socket:net.bigeon.gclc.socket.PluggableConsoleOutput.java
* Created on: Nov 18, 2017 * Created on: Nov 18, 2017
*/ */
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L
@@ -42,7 +42,7 @@ import java.io.PrintStream;
import java.util.ArrayDeque; import java.util.ArrayDeque;
import java.util.Deque; import java.util.Deque;
import fr.bigeon.gclc.manager.ConsoleOutput; import net.bigeon.gclc.manager.ConsoleOutput;
/** An output that can be hotplugged to an actual output. /** An output that can be hotplugged to an actual output.
* *

View File

@@ -1,8 +1,8 @@
/** /**
* gclc-socket:fr.bigeon.gclc.socket.RemoteDisconnectCommand.java * gclc-socket:net.bigeon.gclc.socket.RemoteDisconnectCommand.java
* Created on: Nov 18, 2017 * Created on: Nov 18, 2017
*/ */
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L
@@ -41,11 +41,11 @@ import java.io.IOException;
import java.text.MessageFormat; import java.text.MessageFormat;
import java.util.Collection; import java.util.Collection;
import fr.bigeon.gclc.command.Command; import net.bigeon.gclc.command.Command;
import fr.bigeon.gclc.exception.CommandRunException; import net.bigeon.gclc.exception.CommandRunException;
import fr.bigeon.gclc.exception.CommandRunExceptionType; import net.bigeon.gclc.exception.CommandRunExceptionType;
import fr.bigeon.gclc.manager.ConsoleInput; import net.bigeon.gclc.manager.ConsoleInput;
import fr.bigeon.gclc.manager.ConsoleOutput; import net.bigeon.gclc.manager.ConsoleOutput;
/** A {@link Command} to disconnect elements from a {@link ConnexionManager}. /** A {@link Command} to disconnect elements from a {@link ConnexionManager}.
* *
@@ -109,7 +109,7 @@ public final class RemoteDisconnectCommand<T> extends Command {
} catch (final IOException e) { } catch (final IOException e) {
throw new CommandRunException( throw new CommandRunException(
CommandRunExceptionType.INTERACTION, CommandRunExceptionType.INTERACTION,
"Unable to print to existing output", e, this); //$NON-NLS-1$ "Unable to print to existing output", e); //$NON-NLS-1$
} }
} }
} }

View File

@@ -1,4 +1,4 @@
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L
@@ -41,7 +41,7 @@ import java.net.SocketException;
import java.util.logging.Level; import java.util.logging.Level;
import java.util.logging.Logger; import java.util.logging.Logger;
import fr.bigeon.gclc.ConsoleApplication; import net.bigeon.gclc.ConsoleApplication;
/** This is a socket communicating console consoleManager. /** This is a socket communicating console consoleManager.
* <p> * <p>

View File

@@ -1,8 +1,8 @@
/** /**
* gclc-socket:fr.bigeon.gclc.socket.SocketConsoleInterface.java * gclc-socket:net.bigeon.gclc.socket.SocketConsoleInterface.java
* Created on: Nov 18, 2017 * Created on: Nov 18, 2017
*/ */
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L

View File

@@ -1,8 +1,8 @@
/** This package define a framework to access /** This package define a framework to access
* {@link fr.bigeon.gclc.ConsoleApplication} through a socket. * {@link net.bigeon.gclc.ConsoleApplication} through a socket.
* *
* @author Emmanuel Bigeon */ * @author Emmanuel Bigeon */
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L

View File

@@ -1,4 +1,4 @@
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L
@@ -37,14 +37,16 @@ import java.io.IOException;
import java.net.Socket; import java.net.Socket;
import java.util.Collection; import java.util.Collection;
import fr.bigeon.gclc.ConsoleApplication; import net.bigeon.gclc.ConsoleApplication;
import fr.bigeon.gclc.command.Command; import net.bigeon.gclc.command.Command;
import fr.bigeon.gclc.command.ExitCommand; import net.bigeon.gclc.command.HelpExecutor;
import fr.bigeon.gclc.command.HelpExecutor; import net.bigeon.gclc.command.base.ExitCommand;
import fr.bigeon.gclc.exception.CommandRunException; import net.bigeon.gclc.exception.CommandRunException;
import fr.bigeon.gclc.exception.InvalidCommandName; import net.bigeon.gclc.exception.InvalidCommandName;
import fr.bigeon.gclc.manager.ConsoleInput; import net.bigeon.gclc.manager.ConsoleInput;
import fr.bigeon.gclc.manager.ConsoleOutput; import net.bigeon.gclc.manager.ConsoleOutput;
import net.bigeon.gclc.socket.ConnexionManager;
import net.bigeon.gclc.socket.RemoteDisconnectCommand;
/** A test-purpose application /** A test-purpose application
* *
@@ -95,8 +97,7 @@ public class ConsoleTestApplication {
try { try {
output.println("Test command ran fine"); output.println("Test command ran fine");
} catch (final IOException e) { } catch (final IOException e) {
throw new CommandRunException("manager closed", e, throw new CommandRunException("manager closed", e);
this);
} }
} }
@@ -129,8 +130,7 @@ public class ConsoleTestApplication {
Thread.sleep(2000); Thread.sleep(2000);
output.println("Test command ran fine"); output.println("Test command ran fine");
} catch (IOException | InterruptedException e) { } catch (IOException | InterruptedException e) {
throw new CommandRunException("manager closed", e, throw new CommandRunException("manager closed", e);
this);
} }
} }

View File

@@ -1,8 +1,8 @@
/** /**
* gclc-socket:fr.bigeon.gclc.socket.PluggableConsoleInputTest.java * gclc-socket:net.bigeon.gclc.socket.PluggableConsoleInputTest.java
* Created on: Nov 18, 2017 * Created on: Nov 18, 2017
*/ */
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L
@@ -49,6 +49,8 @@ import java.io.PrintStream;
import org.junit.Test; import org.junit.Test;
import net.bigeon.gclc.socket.PluggableConsoleInput;
/** /**
* <p> * <p>
* TODO * TODO
@@ -57,7 +59,7 @@ import org.junit.Test;
public class PluggableConsoleInputTest { public class PluggableConsoleInputTest {
/** Test method for /** Test method for
* {@link fr.bigeon.gclc.socket.PluggableConsoleInput#close()}. */ * {@link net.bigeon.gclc.socket.PluggableConsoleInput#close()}. */
@Test @Test
public final void testClose() { public final void testClose() {
final PluggableConsoleInput input = new PluggableConsoleInput(); final PluggableConsoleInput input = new PluggableConsoleInput();
@@ -191,7 +193,7 @@ public class PluggableConsoleInputTest {
} }
/** Test method for /** Test method for
* {@link fr.bigeon.gclc.socket.PluggableConsoleInput#getPrompt()}. */ * {@link net.bigeon.gclc.socket.PluggableConsoleInput#getPrompt()}. */
@Test @Test
public final void testGetPrompt() { public final void testGetPrompt() {
final PluggableConsoleInput input = new PluggableConsoleInput(); final PluggableConsoleInput input = new PluggableConsoleInput();

View File

@@ -1,8 +1,8 @@
/** /**
* gclc-socket:fr.bigeon.gclc.socket.RemoteDisconnectCommandTest.java * gclc-socket:net.bigeon.gclc.socket.RemoteDisconnectCommandTest.java
* Created on: Nov 18, 2017 * Created on: Nov 18, 2017
*/ */
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L
@@ -45,8 +45,10 @@ import java.io.IOException;
import org.junit.Test; import org.junit.Test;
import fr.bigeon.gclc.exception.CommandRunException; import net.bigeon.gclc.exception.CommandRunException;
import fr.bigeon.gclc.manager.PipedConsoleOutput; import net.bigeon.gclc.socket.DConnexionManager;
import net.bigeon.gclc.socket.RemoteDisconnectCommand;
import net.bigeon.gclc.utils.PipedConsoleOutput;
/** /**
* <p> * <p>
@@ -56,7 +58,7 @@ import fr.bigeon.gclc.manager.PipedConsoleOutput;
public class RemoteDisconnectCommandTest { public class RemoteDisconnectCommandTest {
/** Test method for /** Test method for
* {@link fr.bigeon.gclc.socket.RemoteDisconnectCommand#execute(fr.bigeon.gclc.manager.ConsoleOutput, fr.bigeon.gclc.manager.ConsoleInput, java.lang.String[])}. * {@link net.bigeon.gclc.socket.RemoteDisconnectCommand#execute(net.bigeon.gclc.manager.ConsoleOutput, net.bigeon.gclc.manager.ConsoleInput, java.lang.String[])}.
* *
* @throws CommandRunException if the command unexpectedly failed. * @throws CommandRunException if the command unexpectedly failed.
* @throws IOException if the output could not be written to */ * @throws IOException if the output could not be written to */

View File

@@ -1,8 +1,8 @@
/** /**
* gclc-socket:fr.bigeon.gclc.socket.SocketConsoleApplicationTest.java * gclc-socket:net.bigeon.gclc.socket.SocketConsoleApplicationTest.java
* Created on: Jun 1, 2016 * Created on: Jun 1, 2016
*/ */
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L
@@ -48,6 +48,8 @@ import java.util.logging.Logger;
import org.junit.Test; import org.junit.Test;
import net.bigeon.gclc.socket.SocketConsoleApplicationShell;
/** Test class for {@link SocketConsoleApplicationShell} /** Test class for {@link SocketConsoleApplicationShell}
* *
* @author Emmanuel Bigeon */ * @author Emmanuel Bigeon */

View File

@@ -1,4 +1,4 @@
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L
@@ -41,7 +41,7 @@ import java.net.Socket;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Collection; import java.util.Collection;
import fr.bigeon.smu.StringEncoder; import net.bigeon.smu.StringEncoder;
/** TODO Describe TestConsoleClient.java /** TODO Describe TestConsoleClient.java
* @author Emmanuel Bigeon * @author Emmanuel Bigeon

View File

@@ -1,4 +1,4 @@
package fr.bigeon.gclc.socket; package net.bigeon.gclc.socket;
/*- /*-
* #%L * #%L
@@ -38,7 +38,13 @@ import java.net.InetAddress;
import java.net.Socket; import java.net.Socket;
import java.net.UnknownHostException; import java.net.UnknownHostException;
import fr.bigeon.gclc.ConsoleApplication; import net.bigeon.gclc.ConsoleApplication;
import net.bigeon.gclc.socket.ConnexionManager;
import net.bigeon.gclc.socket.DConnexionManager;
import net.bigeon.gclc.socket.PluggableConsoleInput;
import net.bigeon.gclc.socket.PluggableConsoleOutput;
import net.bigeon.gclc.socket.SocketConsoleApplicationShell;
import net.bigeon.gclc.socket.SocketConsoleInterface;
/** A test server /** A test server
* *

517
gclc-swt/LICENSE.txt Normal file
View File

@@ -0,0 +1,517 @@
CeCILL FREE SOFTWARE LICENSE AGREEMENT
Version 2.1 dated 2013-06-21
Notice
This Agreement is a Free Software license agreement that is the result
of discussions between its authors in order to ensure compliance with
the two main principles guiding its drafting:
* firstly, compliance with the principles governing the distribution
of Free Software: access to source code, broad rights granted to users,
* secondly, the election of a governing law, French law, with which it
is conformant, both as regards the law of torts and intellectual
property law, and the protection that it offers to both authors and
holders of the economic rights over software.
The authors of the CeCILL (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
license are:
Commissariat à l'énergie atomique et aux énergies alternatives - CEA, a
public scientific, technical and industrial research establishment,
having its principal place of business at 25 rue Leblanc, immeuble Le
Ponant D, 75015 Paris, France.
Centre National de la Recherche Scientifique - CNRS, a public scientific
and technological establishment, having its principal place of business
at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
Institut National de Recherche en Informatique et en Automatique -
Inria, a public scientific and technological establishment, having its
principal place of business at Domaine de Voluceau, Rocquencourt, BP
105, 78153 Le Chesnay cedex, France.
Preamble
The purpose of this Free Software license agreement is to grant users
the right to modify and redistribute the software governed by this
license within the framework of an open source distribution model.
The exercising of this right is conditional upon certain obligations for
users so as to preserve this status for all subsequent redistributions.
In consideration of access to the source code and the rights to copy,
modify and redistribute granted by the license, users are provided only
with a limited warranty and the software's author, the holder of the
economic rights, and the successive licensors only have limited liability.
In this respect, the risks associated with loading, using, modifying
and/or developing or reproducing the software by the user are brought to
the user's attention, given its Free Software status, which may make it
complicated to use, with the result that its use is reserved for
developers and experienced professionals having in-depth computer
knowledge. Users are therefore encouraged to load and test the
suitability of the software as regards their requirements in conditions
enabling the security of their systems and/or data to be ensured and,
more generally, to use and operate it in the same conditions of
security. This Agreement may be freely reproduced and published,
provided it is not altered, and that no provisions are either added or
removed herefrom.
This Agreement may apply to any or all software for which the holder of
the economic rights decides to submit the use thereof to its provisions.
Frequently asked questions can be found on the official website of the
CeCILL licenses family (http://www.cecill.info/index.en.html) for any
necessary clarification.
Article 1 - DEFINITIONS
For the purpose of this Agreement, when the following expressions
commence with a capital letter, they shall have the following meaning:
Agreement: means this license agreement, and its possible subsequent
versions and annexes.
Software: means the software in its Object Code and/or Source Code form
and, where applicable, its documentation, "as is" when the Licensee
accepts the Agreement.
Initial Software: means the Software in its Source Code and possibly its
Object Code form and, where applicable, its documentation, "as is" when
it is first distributed under the terms and conditions of the Agreement.
Modified Software: means the Software modified by at least one
Contribution.
Source Code: means all the Software's instructions and program lines to
which access is required so as to modify the Software.
Object Code: means the binary files originating from the compilation of
the Source Code.
Holder: means the holder(s) of the economic rights over the Initial
Software.
Licensee: means the Software user(s) having accepted the Agreement.
Contributor: means a Licensee having made at least one Contribution.
Licensor: means the Holder, or any other individual or legal entity, who
distributes the Software under the Agreement.
Contribution: means any or all modifications, corrections, translations,
adaptations and/or new functions integrated into the Software by any or
all Contributors, as well as any or all Internal Modules.
Module: means a set of sources files including their documentation that
enables supplementary functions or services in addition to those offered
by the Software.
External Module: means any or all Modules, not derived from the
Software, so that this Module and the Software run in separate address
spaces, with one calling the other when they are run.
Internal Module: means any or all Module, connected to the Software so
that they both execute in the same address space.
GNU GPL: means the GNU General Public License version 2 or any
subsequent version, as published by the Free Software Foundation Inc.
GNU Affero GPL: means the GNU Affero General Public License version 3 or
any subsequent version, as published by the Free Software Foundation Inc.
EUPL: means the European Union Public License version 1.1 or any
subsequent version, as published by the European Commission.
Parties: mean both the Licensee and the Licensor.
These expressions may be used both in singular and plural form.
Article 2 - PURPOSE
The purpose of the Agreement is the grant by the Licensor to the
Licensee of a non-exclusive, transferable and worldwide license for the
Software as set forth in Article 5 <#scope> hereinafter for the whole
term of the protection granted by the rights over said Software.
Article 3 - ACCEPTANCE
3.1 The Licensee shall be deemed as having accepted the terms and
conditions of this Agreement upon the occurrence of the first of the
following events:
* (i) loading the Software by any or all means, notably, by
downloading from a remote server, or by loading from a physical medium;
* (ii) the first time the Licensee exercises any of the rights granted
hereunder.
3.2 One copy of the Agreement, containing a notice relating to the
characteristics of the Software, to the limited warranty, and to the
fact that its use is restricted to experienced users has been provided
to the Licensee prior to its acceptance as set forth in Article 3.1
<#accepting> hereinabove, and the Licensee hereby acknowledges that it
has read and understood it.
Article 4 - EFFECTIVE DATE AND TERM
4.1 EFFECTIVE DATE
The Agreement shall become effective on the date when it is accepted by
the Licensee as set forth in Article 3.1 <#accepting>.
4.2 TERM
The Agreement shall remain in force for the entire legal term of
protection of the economic rights over the Software.
Article 5 - SCOPE OF RIGHTS GRANTED
The Licensor hereby grants to the Licensee, who accepts, the following
rights over the Software for any or all use, and for the term of the
Agreement, on the basis of the terms and conditions set forth hereinafter.
Besides, if the Licensor owns or comes to own one or more patents
protecting all or part of the functions of the Software or of its
components, the Licensor undertakes not to enforce the rights granted by
these patents against successive Licensees using, exploiting or
modifying the Software. If these patents are transferred, the Licensor
undertakes to have the transferees subscribe to the obligations set
forth in this paragraph.
5.1 RIGHT OF USE
The Licensee is authorized to use the Software, without any limitation
as to its fields of application, with it being hereinafter specified
that this comprises:
1. permanent or temporary reproduction of all or part of the Software
by any or all means and in any or all form.
2. loading, displaying, running, or storing the Software on any or all
medium.
3. entitlement to observe, study or test its operation so as to
determine the ideas and principles behind any or all constituent
elements of said Software. This shall apply when the Licensee
carries out any or all loading, displaying, running, transmission or
storage operation as regards the Software, that it is entitled to
carry out hereunder.
5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS
The right to make Contributions includes the right to translate, adapt,
arrange, or make any or all modifications to the Software, and the right
to reproduce the resulting software.
The Licensee is authorized to make any or all Contributions to the
Software provided that it includes an explicit notice that it is the
author of said Contribution and indicates the date of the creation thereof.
5.3 RIGHT OF DISTRIBUTION
In particular, the right of distribution includes the right to publish,
transmit and communicate the Software to the general public on any or
all medium, and by any or all means, and the right to market, either in
consideration of a fee, or free of charge, one or more copies of the
Software by any means.
The Licensee is further authorized to distribute copies of the modified
or unmodified Software to third parties according to the terms and
conditions set forth hereinafter.
5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
The Licensee is authorized to distribute true copies of the Software in
Source Code or Object Code form, provided that said distribution
complies with all the provisions of the Agreement and is accompanied by:
1. a copy of the Agreement,
2. a notice relating to the limitation of both the Licensor's warranty
and liability as set forth in Articles 8 and 9,
and that, in the event that only the Object Code of the Software is
redistributed, the Licensee allows effective access to the full Source
Code of the Software for a period of at least three years from the
distribution of the Software, it being understood that the additional
acquisition cost of the Source Code shall not exceed the cost of the
data transfer.
5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
When the Licensee makes a Contribution to the Software, the terms and
conditions for the distribution of the resulting Modified Software
become subject to all the provisions of this Agreement.
The Licensee is authorized to distribute the Modified Software, in
source code or object code form, provided that said distribution
complies with all the provisions of the Agreement and is accompanied by:
1. a copy of the Agreement,
2. a notice relating to the limitation of both the Licensor's warranty
and liability as set forth in Articles 8 and 9,
and, in the event that only the object code of the Modified Software is
redistributed,
3. a note stating the conditions of effective access to the full source
code of the Modified Software for a period of at least three years
from the distribution of the Modified Software, it being understood
that the additional acquisition cost of the source code shall not
exceed the cost of the data transfer.
5.3.3 DISTRIBUTION OF EXTERNAL MODULES
When the Licensee has developed an External Module, the terms and
conditions of this Agreement do not apply to said External Module, that
may be distributed under a separate license agreement.
5.3.4 COMPATIBILITY WITH OTHER LICENSES
The Licensee can include a code that is subject to the provisions of one
of the versions of the GNU GPL, GNU Affero GPL and/or EUPL in the
Modified or unmodified Software, and distribute that entire code under
the terms of the same version of the GNU GPL, GNU Affero GPL and/or EUPL.
The Licensee can include the Modified or unmodified Software in a code
that is subject to the provisions of one of the versions of the GNU GPL,
GNU Affero GPL and/or EUPL and distribute that entire code under the
terms of the same version of the GNU GPL, GNU Affero GPL and/or EUPL.
Article 6 - INTELLECTUAL PROPERTY
6.1 OVER THE INITIAL SOFTWARE
The Holder owns the economic rights over the Initial Software. Any or
all use of the Initial Software is subject to compliance with the terms
and conditions under which the Holder has elected to distribute its work
and no one shall be entitled to modify the terms and conditions for the
distribution of said Initial Software.
The Holder undertakes that the Initial Software will remain ruled at
least by this Agreement, for the duration set forth in Article 4.2 <#term>.
6.2 OVER THE CONTRIBUTIONS
The Licensee who develops a Contribution is the owner of the
intellectual property rights over this Contribution as defined by
applicable law.
6.3 OVER THE EXTERNAL MODULES
The Licensee who develops an External Module is the owner of the
intellectual property rights over this External Module as defined by
applicable law and is free to choose the type of agreement that shall
govern its distribution.
6.4 JOINT PROVISIONS
The Licensee expressly undertakes:
1. not to remove, or modify, in any manner, the intellectual property
notices attached to the Software;
2. to reproduce said notices, in an identical manner, in the copies of
the Software modified or not.
The Licensee undertakes not to directly or indirectly infringe the
intellectual property rights on the Software of the Holder and/or
Contributors, and to take, where applicable, vis-à-vis its staff, any
and all measures required to ensure respect of said intellectual
property rights of the Holder and/or Contributors.
Article 7 - RELATED SERVICES
7.1 Under no circumstances shall the Agreement oblige the Licensor to
provide technical assistance or maintenance services for the Software.
However, the Licensor is entitled to offer this type of services. The
terms and conditions of such technical assistance, and/or such
maintenance, shall be set forth in a separate instrument. Only the
Licensor offering said maintenance and/or technical assistance services
shall incur liability therefor.
7.2 Similarly, any Licensor is entitled to offer to its licensees, under
its sole responsibility, a warranty, that shall only be binding upon
itself, for the redistribution of the Software and/or the Modified
Software, under terms and conditions that it is free to decide. Said
warranty, and the financial terms and conditions of its application,
shall be subject of a separate instrument executed between the Licensor
and the Licensee.
Article 8 - LIABILITY
8.1 Subject to the provisions of Article 8.2, the Licensee shall be
entitled to claim compensation for any direct loss it may have suffered
from the Software as a result of a fault on the part of the relevant
Licensor, subject to providing evidence thereof.
8.2 The Licensor's liability is limited to the commitments made under
this Agreement and shall not be incurred as a result of in particular:
(i) loss due the Licensee's total or partial failure to fulfill its
obligations, (ii) direct or consequential loss that is suffered by the
Licensee due to the use or performance of the Software, and (iii) more
generally, any consequential loss. In particular the Parties expressly
agree that any or all pecuniary or business loss (i.e. loss of data,
loss of profits, operating loss, loss of customers or orders,
opportunity cost, any disturbance to business activities) or any or all
legal proceedings instituted against the Licensee by a third party,
shall constitute consequential loss and shall not provide entitlement to
any or all compensation from the Licensor.
Article 9 - WARRANTY
9.1 The Licensee acknowledges that the scientific and technical
state-of-the-art when the Software was distributed did not enable all
possible uses to be tested and verified, nor for the presence of
possible defects to be detected. In this respect, the Licensee's
attention has been drawn to the risks associated with loading, using,
modifying and/or developing and reproducing the Software which are
reserved for experienced users.
The Licensee shall be responsible for verifying, by any or all means,
the suitability of the product for its requirements, its good working
order, and for ensuring that it shall not cause damage to either persons
or properties.
9.2 The Licensor hereby represents, in good faith, that it is entitled
to grant all the rights over the Software (including in particular the
rights set forth in Article 5 <#scope>).
9.3 The Licensee acknowledges that the Software is supplied "as is" by
the Licensor without any other express or tacit warranty, other than
that provided for in Article 9.2 <#good-faith> and, in particular,
without any warranty as to its commercial value, its secured, safe,
innovative or relevant nature.
Specifically, the Licensor does not warrant that the Software is free
from any error, that it will operate without interruption, that it will
be compatible with the Licensee's own equipment and software
configuration, nor that it will meet the Licensee's requirements.
9.4 The Licensor does not either expressly or tacitly warrant that the
Software does not infringe any third party intellectual property right
relating to a patent, software or any other property right. Therefore,
the Licensor disclaims any and all liability towards the Licensee
arising out of any or all proceedings for infringement that may be
instituted in respect of the use, modification and redistribution of the
Software. Nevertheless, should such proceedings be instituted against
the Licensee, the Licensor shall provide it with technical and legal
expertise for its defense. Such technical and legal expertise shall be
decided on a case-by-case basis between the relevant Licensor and the
Licensee pursuant to a memorandum of understanding. The Licensor
disclaims any and all liability as regards the Licensee's use of the
name of the Software. No warranty is given as regards the existence of
prior rights over the name of the Software or as regards the existence
of a trademark.
Article 10 - TERMINATION
10.1 In the event of a breach by the Licensee of its obligations
hereunder, the Licensor may automatically terminate this Agreement
thirty (30) days after notice has been sent to the Licensee and has
remained ineffective.
10.2 A Licensee whose Agreement is terminated shall no longer be
authorized to use, modify or distribute the Software. However, any
licenses that it may have granted prior to termination of the Agreement
shall remain valid subject to their having been granted in compliance
with the terms and conditions hereof.
Article 11 - MISCELLANEOUS
11.1 EXCUSABLE EVENTS
Neither Party shall be liable for any or all delay, or failure to
perform the Agreement, that may be attributable to an event of force
majeure, an act of God or an outside cause, such as defective
functioning or interruptions of the electricity or telecommunications
networks, network paralysis following a virus attack, intervention by
government authorities, natural disasters, water damage, earthquakes,
fire, explosions, strikes and labor unrest, war, etc.
11.2 Any failure by either Party, on one or more occasions, to invoke
one or more of the provisions hereof, shall under no circumstances be
interpreted as being a waiver by the interested Party of its right to
invoke said provision(s) subsequently.
11.3 The Agreement cancels and replaces any or all previous agreements,
whether written or oral, between the Parties and having the same
purpose, and constitutes the entirety of the agreement between said
Parties concerning said purpose. No supplement or modification to the
terms and conditions hereof shall be effective as between the Parties
unless it is made in writing and signed by their duly authorized
representatives.
11.4 In the event that one or more of the provisions hereof were to
conflict with a current or future applicable act or legislative text,
said act or legislative text shall prevail, and the Parties shall make
the necessary amendments so as to comply with said act or legislative
text. All other provisions shall remain effective. Similarly, invalidity
of a provision of the Agreement, for any reason whatsoever, shall not
cause the Agreement as a whole to be invalid.
11.5 LANGUAGE
The Agreement is drafted in both French and English and both versions
are deemed authentic.
Article 12 - NEW VERSIONS OF THE AGREEMENT
12.1 Any person is authorized to duplicate and distribute copies of this
Agreement.
12.2 So as to ensure coherence, the wording of this Agreement is
protected and may only be modified by the authors of the License, who
reserve the right to periodically publish updates or new versions of the
Agreement, each with a separate number. These subsequent versions may
address new issues encountered by Free Software.
12.3 Any Software distributed under a given version of the Agreement may
only be subsequently distributed under the same version of the Agreement
or a subsequent version, subject to the provisions of Article 5.3.4
<#compatibility>.
Article 13 - GOVERNING LAW AND JURISDICTION
13.1 The Agreement is governed by French law. The Parties agree to
endeavor to seek an amicable solution to any disagreements or disputes
that may arise during the performance of the Agreement.
13.2 Failing an amicable solution within two (2) months as from their
occurrence, and unless emergency proceedings are necessary, the
disagreements or disputes shall be referred to the Paris Courts having
jurisdiction, by the more diligent Party.

View File

@@ -1,133 +1,103 @@
<!-- GCLC swt, provide a swt window for console applications --> <!-- GCLC swt, provide a swt window for console applications -->
<!-- Copyright (C) 2015-2017 E. Bigeon --> <!-- Copyright (C) 2015-2017 E. Bigeon -->
<!-- mailto:emmanuel@bigeon.fr --> <!-- mailto:emmanuel@bigeon.fr -->
<!-- --> <!-- -->
<!-- This software is governed by the CeCILL license under French law and --> <!-- This software is governed by the CeCILL license under French law and -->
<!-- abiding by the rules of distribution of free software. You can use, --> <!-- abiding by the rules of distribution of free software. You can use, -->
<!-- modify and/or redistribute the software under the terms of the CeCILL --> <!-- modify and/or redistribute the software under the terms of the CeCILL -->
<!-- license as circulated by CEA, CNRS and INRIA at the following URL --> <!-- license as circulated by CEA, CNRS and INRIA at the following URL -->
<!-- "http://www.cecill.info". --> <!-- "http://www.cecill.info". -->
<!-- --> <!-- -->
<!-- As a counterpart to the access to the source code and rights to copy, --> <!-- As a counterpart to the access to the source code and rights to copy, -->
<!-- modify and redistribute granted by the license, users are provided only --> <!-- modify and redistribute granted by the license, users are provided only -->
<!-- with a limited warranty and the software's author, the holder of the --> <!-- with a limited warranty and the software's author, the holder of the -->
<!-- economic rights, and the successive licensors have only limited --> <!-- economic rights, and the successive licensors have only limited -->
<!-- liability. --> <!-- liability. -->
<!-- --> <!-- -->
<!-- In this respect, the user's attention is drawn to the risks associated --> <!-- In this respect, the user's attention is drawn to the risks associated -->
<!-- with loading, using, modifying and/or developing or reproducing the --> <!-- with loading, using, modifying and/or developing or reproducing the -->
<!-- software by the user in light of its specific status of free software, --> <!-- software by the user in light of its specific status of free software, -->
<!-- that may mean that it is complicated to manipulate, and that also --> <!-- that may mean that it is complicated to manipulate, and that also -->
<!-- therefore means that it is reserved for developers and experienced --> <!-- therefore means that it is reserved for developers and experienced -->
<!-- professionals having in-depth computer knowledge. Users are therefore --> <!-- professionals having in-depth computer knowledge. Users are therefore -->
<!-- encouraged to load and test the software's suitability as regards their --> <!-- encouraged to load and test the software's suitability as regards their -->
<!-- requirements in conditions enabling the security of their systems and/or --> <!-- requirements in conditions enabling the security of their systems and/or -->
<!-- data to be ensured and, more generally, to use and operate it in the --> <!-- data to be ensured and, more generally, to use and operate it in the -->
<!-- same conditions as regards security. --> <!-- same conditions as regards security. -->
<!-- --> <!-- -->
<!-- The fact that you are presently reading this means that you have had --> <!-- The fact that you are presently reading this means that you have had -->
<!-- knowledge of the CeCILL license and that you accept its terms. --> <!-- knowledge of the CeCILL license and that you accept its terms. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<!-- Copyright E. Bigeon (2015) --> <modelVersion>4.0.0</modelVersion>
<!-- --> <groupId>net.bigeon.gclc</groupId>
<!-- emmanuel@bigeon.fr --> <artifactId>gclc-swt</artifactId>
<!-- --> <version>1.1.6-SNAPSHOT</version>
<!-- This software is a computer program whose purpose is to --> <packaging>jar</packaging>
<!-- provide a swt window for console applications. --> <inceptionYear>2015</inceptionYear>
<!-- --> <name>GCLC swt</name>
<!-- This software is governed by the CeCILL license under French law and --> <description>A swt window for console applications</description>
<!-- abiding by the rules of distribution of free software. You can use, -->
<!-- modify and/or redistribute the software under the terms of the CeCILL --> <parent>
<!-- license as circulated by CEA, CNRS and INRIA at the following URL --> <groupId>net.bigeon.config</groupId>
<!-- "http://www.cecill.info". --> <artifactId>swt-config</artifactId>
<!-- --> <version>1.8.5</version>
<!-- As a counterpart to the access to the source code and rights to copy, --> </parent>
<!-- modify and redistribute granted by the license, users are provided only -->
<!-- with a limited warranty and the software's author, the holder of the --> <properties>
<!-- economic rights, and the successive licensors have only limited --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- liability. --> <copyright.email>emmanuel@bigeon.fr</copyright.email>
<!-- --> <license.licenseName>cecill_2.1</license.licenseName>
<!-- In this respect, the user's attention is drawn to the risks associated --> </properties>
<!-- with loading, using, modifying and/or developing or reproducing the -->
<!-- software by the user in light of its specific status of free software, --> <dependencies>
<!-- that may mean that it is complicated to manipulate, and that also --> <dependency>
<!-- therefore means that it is reserved for developers and experienced --> <groupId>net.bigeon</groupId>
<!-- professionals having in-depth computer knowledge. Users are therefore --> <artifactId>gclc</artifactId>
<!-- encouraged to load and test the software's suitability as regards their --> <version>2.0.7</version>
<!-- requirements in conditions enabling the security of their systems and/or --> </dependency>
<!-- data to be ensured and, more generally, to use and operate it in the --> <dependency>
<!-- same conditions as regards security. --> <groupId>net.bigeon</groupId>
<!-- --> <artifactId>collections</artifactId>
<!-- The fact that you are presently reading this means that you have had --> <version>1.1.1</version>
<!-- knowledge of the CeCILL license and that you accept its terms. --> </dependency>
</dependencies>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <licenses>
<artifactId>gclc-swt</artifactId> <license>
<version>1.1.5-SNAPSHOT</version> <distribution>manual</distribution>
<packaging>jar</packaging> <name>CeCILL 2.1</name>
<url>http://www.bigeon.fr/emmanuel</url> <url>https://cecill.info/licences/Licence_CeCILL_V2.1-en.html</url>
<properties> </license>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </licenses>
<project.scm.id>git.bigeon.net</project.scm.id> <reporting>
</properties> <plugins>
<parent> <plugin>
<groupId>fr.bigeon.config</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>ebigeon-config</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>1.8.2</version> <version>2.10.3</version>
</parent> </plugin>
<dependencies> <plugin>
<dependency> <groupId>com.github.sevntu-checkstyle</groupId>
<groupId>fr.bigeon</groupId> <artifactId>dsm-maven-plugin</artifactId>
<artifactId>gclc</artifactId> <version>2.2.0</version>
<version>2.0.5</version> </plugin>
</dependency> </plugins>
<dependency> </reporting>
<groupId>fr.bigeon</groupId> <developers>
<artifactId>collections</artifactId> <developer>
<version>1.1.0</version> <email>emmanuel@bigeon.fr</email>
</dependency> <name>Emmanuel Bigeon</name>
</dependencies> <url>bigeon.net</url>
<inceptionYear>2015</inceptionYear> <roles>
<name>GCLC swt</name> <role>PM</role>
<description>provide a swt window for console applications</description> </roles>
<scm> </developer>
<developerConnection>scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git</developerConnection> </developers>
<tag>HEAD</tag>
</scm> <scm>
<profiles> <developerConnection>scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git</developerConnection>
<profile> <tag>HEAD</tag>
<id>linux-deps</id> </scm>
<activation> </project>
<os>
<family>Linux</family>
</os>
</activation>
<dependencies>
<dependency>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
<version>4.3</version>
</dependency>
</dependencies>
</profile>
<profile>
<id>windows-deps</id>
<activation>
<os>
<family>Windows</family>
</os>
</activation>
<dependencies>
<dependency>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
<version>4.3</version>
</dependency>
</dependencies>
</profile>
</profiles>
<groupId>fr.bigeon.gclc</groupId>
</project>

View File

@@ -1,57 +1,90 @@
/* /*
* GCLC swt, provide a swt window for console applications * GCLC swt, provide a swt window for console applications
* Copyright (C) 2015-2017 E. Bigeon * Copyright (C) 2015-2017 E. Bigeon
* mailto:emmanuel@bigeon.fr * mailto:emmanuel@bigeon.fr
* *
* This software is governed by the CeCILL license under French law and * This software is governed by the CeCILL license under French law and
* abiding by the rules of distribution of free software. You can use, * abiding by the rules of distribution of free software. You can use,
* modify and/or redistribute the software under the terms of the CeCILL * modify and/or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL * license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info". * "http://www.cecill.info".
* *
* As a counterpart to the access to the source code and rights to copy, * As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only * modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the * with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited * economic rights, and the successive licensors have only limited
* liability. * liability.
* *
* In this respect, the user's attention is drawn to the risks associated * In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the * with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software, * software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also * that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced * therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore * professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their * encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or * requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the * data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security. * same conditions as regards security.
* *
* The fact that you are presently reading this means that you have had * The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms. * knowledge of the CeCILL license and that you accept its terms.
*/ */
/** /**
* gclc-swt:fr.bigeon.gclc.swt.ConsoleDelayIO.java * gclc-swt:net.bigeon.gclc.swt.ConsoleDelayIO.java
* Created on: Nov 19, 2016 * Created on: Nov 19, 2016
*/ */
package fr.bigeon.gclc.swt; package net.bigeon.gclc.swt;
/** This class represents an object used to send commands to a console /*-
* application. * #%L
* <p> * GCLC swt
* The sending of command is done in two phases. Define the input through get * %%
* and set, and then validate the input. * Copyright (C) 2015 - 2018 Bigeon
* * %%
* @author Emmanuel Bigeon */ * This software is governed by the CeCILL license under French law and
public interface ConsoleDelayIO { * abiding by the rules of distribution of free software. You can use,
/** Get the input text. * modify and/ or redistribute the software under the terms of the CeCILL
* @return the non validated input */ * license as circulated by CEA, CNRS and INRIA at the following URL
String getInput(); * "http://www.cecill.info".
*
/** Set the input text. * As a counterpart to the access to the source code and rights to copy,
* * modify and redistribute granted by the license, users are provided only
* @param input the input to set */ * with a limited warranty and the software's author, the holder of the
void setInput(String input); * economic rights, and the successive licensors have only limited
* liability.
/** Actually send the input as the prompt next input. */ *
void validateInput(); * In this respect, the user's attention is drawn to the risks associated
} * with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
*
* The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms.
* #L%
*/
/** This class represents an object used to send commands to a console
* application.
* <p>
* The sending of command is done in two phases. Define the input through get
* and set, and then validate the input.
*
* @author Emmanuel Bigeon */
public interface ConsoleDelayIO {
/** Get the input text.
* @return the non validated input */
String getInput();
/** Set the input text.
*
* @param input the input to set */
void setInput(String input);
/** Actually send the input as the prompt next input. */
void validateInput();
}

View File

@@ -1,112 +1,145 @@
/* /*
* GCLC swt, provide a swt window for console applications * GCLC swt, provide a swt window for console applications
* Copyright (C) 2015-2017 E. Bigeon * Copyright (C) 2015-2017 E. Bigeon
* mailto:emmanuel@bigeon.fr * mailto:emmanuel@bigeon.fr
* *
* This software is governed by the CeCILL license under French law and * This software is governed by the CeCILL license under French law and
* abiding by the rules of distribution of free software. You can use, * abiding by the rules of distribution of free software. You can use,
* modify and/or redistribute the software under the terms of the CeCILL * modify and/or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL * license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info". * "http://www.cecill.info".
* *
* As a counterpart to the access to the source code and rights to copy, * As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only * modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the * with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited * economic rights, and the successive licensors have only limited
* liability. * liability.
* *
* In this respect, the user's attention is drawn to the risks associated * In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the * with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software, * software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also * that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced * therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore * professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their * encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or * requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the * data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security. * same conditions as regards security.
* *
* The fact that you are presently reading this means that you have had * The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms. * knowledge of the CeCILL license and that you accept its terms.
*/ */
/** /**
* gclc-swt:fr.bigeon.gclc.swt.HistoryTextKeyListener.java * gclc-swt:net.bigeon.gclc.swt.HistoryTextKeyListener.java
* Created on: Jun 9, 2016 * Created on: Jun 9, 2016
*/ */
package fr.bigeon.gclc.swt; package net.bigeon.gclc.swt;
import org.eclipse.swt.SWT; /*-
import org.eclipse.swt.events.KeyAdapter; * #%L
import org.eclipse.swt.events.KeyEvent; * GCLC swt
* %%
import fr.bigeon.collections.ArrayRibbon; * Copyright (C) 2015 - 2018 Bigeon
import fr.bigeon.collections.Ribbon; * %%
* This software is governed by the CeCILL license under French law and
/** A key listener to validate commands and manage the history of commands. * abiding by the rules of distribution of free software. You can use,
* * modify and/ or redistribute the software under the terms of the CeCILL
* @author Emmanuel Bigeon */ * license as circulated by CEA, CNRS and INRIA at the following URL
public final class HistoryTextKeyListener extends KeyAdapter { * "http://www.cecill.info".
*
/** The size of commands history. */ * As a counterpart to the access to the source code and rights to copy,
private static final int DEFAULT_HISTORY_SIZE = 10; * modify and redistribute granted by the license, users are provided only
/** The empty string constant. */ * with a limited warranty and the software's author, the holder of the
private static final String EMPTY = ""; //$NON-NLS-1$ * economic rights, and the successive licensors have only limited
/** The history ribbon. */ * liability.
private final Ribbon<String> commands; *
/** The current index in history search. */ * In this respect, the user's attention is drawn to the risks associated
private int currentIndex = 0; * with loading, using, modifying and/or developing or reproducing the
/** The console to notify of command validation. */ * software by the user in light of its specific status of free software,
private final ConsoleDelayIO console; * that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
/** Create the key listener that cycle the history. * professionals having in-depth computer knowledge. Users are therefore
* * encouraged to load and test the software's suitability as regards their
* @param console the console delayed */ * requirements in conditions enabling the security of their systems and/or
public HistoryTextKeyListener(final ConsoleDelayIO console) { * data to be ensured and, more generally, to use and operate it in the
super(); * same conditions as regards security.
this.console = console; *
commands = new ArrayRibbon<>(DEFAULT_HISTORY_SIZE); * The fact that you are presently reading this means that you have had
} * knowledge of the CeCILL license and that you accept its terms.
* #L%
/* (non-Javadoc) */
* @see org.eclipse.swt.events.KeyAdapter#keyPressed(org.eclipse.swt.events. import org.eclipse.swt.SWT;
* KeyEvent) */ import org.eclipse.swt.events.KeyAdapter;
@Override import org.eclipse.swt.events.KeyEvent;
public void keyPressed(final KeyEvent e) {
pressedKeyCode(e.keyCode); import net.bigeon.collections.ArrayRibbon;
} import net.bigeon.collections.Ribbon;
/** Indicate a pressed key combination. /** A key listener to validate commands and manage the history of commands.
* *
* @param keyCode the pressed key code */ * @author Emmanuel Bigeon */
public void pressedKeyCode(final int keyCode) { public final class HistoryTextKeyListener extends KeyAdapter {
// Enter validates the command if prompting
if (keyCode == '\r') { /** The size of commands history. */
final String input = console.getInput(); private static final int DEFAULT_HISTORY_SIZE = 10;
if (!input.isEmpty()) { /** The empty string constant. */
commands.add(input); private static final String EMPTY = ""; //$NON-NLS-1$
} /** The history ribbon. */
console.validateInput(); private final Ribbon<String> commands;
currentIndex = -1; /** The current index in history search. */
} private int currentIndex = 0;
/** The console to notify of command validation. */
// Upper arrow retrieves previous commands private final ConsoleDelayIO console;
if (keyCode == SWT.ARROW_UP &&
currentIndex < commands.size() - 1) { /** Create the key listener that cycle the history.
currentIndex++; *
final String cmd = commands.get(commands.size() - currentIndex - 1); * @param console the console delayed */
console.setInput(cmd); public HistoryTextKeyListener(final ConsoleDelayIO console) {
} super();
this.console = console;
// Lower arrow retrieves next commands commands = new ArrayRibbon<>(DEFAULT_HISTORY_SIZE);
if (keyCode == SWT.ARROW_DOWN) { }
if (currentIndex == 0) {
currentIndex--; /* (non-Javadoc)
console.setInput(EMPTY); * @see org.eclipse.swt.events.KeyAdapter#keyPressed(org.eclipse.swt.events.
} else if (currentIndex > 0) { * KeyEvent) */
final String cmd = commands @Override
.get(commands.size() - (--currentIndex) - 1); public void keyPressed(final KeyEvent e) {
console.setInput(cmd); pressedKeyCode(e.keyCode);
} }
}
} /** Indicate a pressed key combination.
} *
* @param keyCode the pressed key code */
public void pressedKeyCode(final int keyCode) {
// Enter validates the command if prompting
if (keyCode == '\r') {
final String input = console.getInput();
if (!input.isEmpty()) {
commands.add(input);
}
console.validateInput();
currentIndex = -1;
}
// Upper arrow retrieves previous commands
if (keyCode == SWT.ARROW_UP &&
currentIndex < commands.size() - 1) {
currentIndex++;
final String cmd = commands.get(commands.size() - currentIndex - 1);
console.setInput(cmd);
}
// Lower arrow retrieves next commands
if (keyCode == SWT.ARROW_DOWN) {
if (currentIndex == 0) {
currentIndex--;
console.setInput(EMPTY);
} else if (currentIndex > 0) {
final String cmd = commands
.get(commands.size() - (--currentIndex) - 1);
console.setInput(cmd);
}
}
}
}

View File

@@ -1,426 +1,469 @@
/* /*
* GCLC swt, provide a swt window for console applications * GCLC swt, provide a swt window for console applications
* Copyright (C) 2015-2017 E. Bigeon * Copyright (C) 2015-2017 E. Bigeon
* mailto:emmanuel@bigeon.fr * mailto:emmanuel@bigeon.fr
* *
* This software is governed by the CeCILL license under French law and * This software is governed by the CeCILL license under French law and
* abiding by the rules of distribution of free software. You can use, * abiding by the rules of distribution of free software. You can use,
* modify and/or redistribute the software under the terms of the CeCILL * modify and/or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL * license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info". * "http://www.cecill.info".
* *
* As a counterpart to the access to the source code and rights to copy, * As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only * modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the * with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited * economic rights, and the successive licensors have only limited
* liability. * liability.
* *
* In this respect, the user's attention is drawn to the risks associated * In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the * with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software, * software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also * that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced * therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore * professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their * encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or * requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the * data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security. * same conditions as regards security.
* *
* The fact that you are presently reading this means that you have had * The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms. * knowledge of the CeCILL license and that you accept its terms.
*/ */
/** /**
* gclc-swt:fr.bigeon.gclc.swt.SWTConsole.java * gclc-swt:net.bigeon.gclc.swt.SWTConsole.java
* Created on: Apr 18, 2015 * Created on: Apr 18, 2015
*/ */
package fr.bigeon.gclc.swt; package net.bigeon.gclc.swt;
import java.io.IOException; /*-
import java.util.logging.Level; * #%L
import java.util.logging.Logger; * GCLC swt
* %%
import org.eclipse.swt.SWT; * Copyright (C) 2015 - 2018 Bigeon
import org.eclipse.swt.layout.GridData; * %%
import org.eclipse.swt.layout.GridLayout; * This software is governed by the CeCILL license under French law and
import org.eclipse.swt.widgets.Composite; * abiding by the rules of distribution of free software. You can use,
import org.eclipse.swt.widgets.Display; * modify and/ or redistribute the software under the terms of the CeCILL
import org.eclipse.swt.widgets.Label; * license as circulated by CEA, CNRS and INRIA at the following URL
import org.eclipse.swt.widgets.Text; * "http://www.cecill.info".
*
import fr.bigeon.gclc.ConsoleApplication; * As a counterpart to the access to the source code and rights to copy,
import fr.bigeon.gclc.manager.ConsoleInput; * modify and redistribute granted by the license, users are provided only
import fr.bigeon.gclc.manager.ConsoleOutput; * with a limited warranty and the software's author, the holder of the
import fr.bigeon.gclc.tools.ConstantString; * economic rights, and the successive licensors have only limited
import fr.bigeon.gclc.tools.StringProvider; * liability.
*
/** A SWT component to connect to gclc {@link ConsoleApplication}. * In this respect, the user's attention is drawn to the risks associated
* <p> * with loading, using, modifying and/or developing or reproducing the
* * software by the user in light of its specific status of free software,
* @author Emmanuel Bigeon */ * that may mean that it is complicated to manipulate, and that also
public final class SWTConsole extends Composite * therefore means that it is reserved for developers and experienced
implements ConsoleDelayIO, ConsoleInput, ConsoleOutput { * professionals having in-depth computer knowledge. Users are therefore
/** The number of columns of the layout. */ * encouraged to load and test the software's suitability as regards their
private static final int LAYOUT_NB_COLUMNS = 2; * requirements in conditions enabling the security of their systems and/or
/** The cmd prefix in the output console. */ * data to be ensured and, more generally, to use and operate it in the
private static final String CMD_PREFIX = "[CMD] "; //$NON-NLS-1$ * same conditions as regards security.
/** The class logger. */ *
private static final Logger LOGGER = Logger * The fact that you are presently reading this means that you have had
.getLogger(SWTConsole.class.getName()); * knowledge of the CeCILL license and that you accept its terms.
/** The empty string constant. */ * #L%
private static final String EMPTY = ""; //$NON-NLS-1$ */
/** The console output text field. */ import java.io.IOException;
private final Text consoleOutput; import java.util.logging.Level;
/** The console input text field. */ import java.util.logging.Logger;
private final Text consoleInput;
/** The prompt label. */ import org.eclipse.swt.SWT;
private final Label lblPromptlabel; import org.eclipse.swt.layout.GridData;
/** The prompt text. */ import org.eclipse.swt.layout.GridLayout;
private StringProvider prompt = new ConstantString("> "); //$NON-NLS-1$ import org.eclipse.swt.widgets.Composite;
/** The command entered by the user. */ import org.eclipse.swt.widgets.Display;
private String command = null; import org.eclipse.swt.widgets.Label;
/** If the prompt should be active. */ import org.eclipse.swt.widgets.Text;
private boolean prompting = false;
/** The object for thread synchronization with the prompt. */ import net.bigeon.gclc.ConsoleApplication;
private final Object promptLock = new Object(); import net.bigeon.gclc.manager.ConsoleInput;
import net.bigeon.gclc.manager.ConsoleOutput;
/** Create the composite. import net.bigeon.gclc.tools.ConstantString;
* import net.bigeon.gclc.tools.StringProvider;
* @param parent the prent composite
* @param style the composite style */ /** A SWT component to connect to gclc {@link ConsoleApplication}.
public SWTConsole(final Composite parent, final int style) { * <p>
super(parent, style); *
* @author Emmanuel Bigeon */
setLayout(new GridLayout(LAYOUT_NB_COLUMNS, false)); public final class SWTConsole extends Composite
implements ConsoleDelayIO, ConsoleInput, ConsoleOutput {
consoleOutput = new Text(this, /** The number of columns of the layout. */
SWT.BORDER | SWT.READ_ONLY | SWT.WRAP | SWT.V_SCROLL | SWT.MULTI); private static final int LAYOUT_NB_COLUMNS = 2;
consoleOutput.setLayoutData( /** The cmd prefix in the output console. */
new GridData(SWT.FILL, SWT.FILL, true, true, LAYOUT_NB_COLUMNS, 1)); private static final String CMD_PREFIX = "[CMD] "; //$NON-NLS-1$
consoleOutput.setRedraw(true); /** The class logger. */
private static final Logger LOGGER = Logger
lblPromptlabel = new Label(this, SWT.NONE); .getLogger(SWTConsole.class.getName());
lblPromptlabel.setText(prompt.apply()); /** The empty string constant. */
private static final String EMPTY = ""; //$NON-NLS-1$
consoleInput = new Text(this, SWT.BORDER); /** The console output text field. */
consoleInput.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1)); private final Text consoleOutput;
consoleInput.addKeyListener(new HistoryTextKeyListener(this)); /** The console input text field. */
private final Text consoleInput;
} /** The prompt label. */
private final Label lblPromptlabel;
@Override /** The prompt text. */
protected void checkSubclass() { private StringProvider prompt = new ConstantString("> "); //$NON-NLS-1$
// Disable the check that prevents subclassing of SWT components /** The command entered by the user. */
} private String command = null;
/** If the prompt should be active. */
/* (non-Javadoc) private boolean prompting = false;
* @see fr.bigeon.gclc.manager.ConsoleManager#close() */ /** The object for thread synchronization with the prompt. */
@Override private final Object promptLock = new Object();
public void close() {
synchronized (promptLock) { /** Create the composite.
promptLock.notifyAll(); *
} * @param parent the prent composite
if (consoleInput.isDisposed()) { * @param style the composite style */
return; public SWTConsole(final Composite parent, final int style) {
} super(parent, style);
consoleInput.setEnabled(false);
consoleOutput.setEnabled(false); setLayout(new GridLayout(LAYOUT_NB_COLUMNS, false));
}
consoleOutput = new Text(this,
/* (non-Javadoc) SWT.BORDER | SWT.READ_ONLY | SWT.WRAP | SWT.V_SCROLL | SWT.MULTI);
* @see fr.bigeon.gclc.swt.ConsoleDelayIO#getInput() */ consoleOutput.setLayoutData(
@Override new GridData(SWT.FILL, SWT.FILL, true, true, LAYOUT_NB_COLUMNS, 1));
public String getInput() { consoleOutput.setRedraw(true);
return consoleInput.getText();
} lblPromptlabel = new Label(this, SWT.NONE);
lblPromptlabel.setText(prompt.apply());
/* (non-Javadoc)
* @see fr.bigeon.gclc.ConsoleManager#getPrompt() */ consoleInput = new Text(this, SWT.BORDER);
@Override consoleInput.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
public StringProvider getPrompt() { consoleInput.addKeyListener(new HistoryTextKeyListener(this));
return prompt;
} }
/* (non-Javadoc) @Override
* @see fr.bigeon.gclc.manager.ConsoleManager#interruptPrompt() */ protected void checkSubclass() {
@Override // Disable the check that prevents subclassing of SWT components
public void interruptPrompt() { }
synchronized (promptLock) {
promptLock.notifyAll(); /* (non-Javadoc)
} * @see fr.bigeon.gclc.manager.ConsoleManager#close() */
} @Override
public void close() {
/* (non-Javadoc) synchronized (promptLock) {
* @see fr.bigeon.gclc.manager.ConsoleManager#isClosed() */ prompting = false;
@Override promptLock.notifyAll();
public boolean isClosed() { }
return isDisposed(); if (consoleInput.isDisposed()) {
} return;
}
/* (non-Javadoc) consoleInput.setEnabled(false);
* @see fr.bigeon.gclc.ConsoleManager#print(java.lang.String) */ consoleOutput.setEnabled(false);
@Override }
public void print(final String text) {
Display.getDefault().syncExec(new Runnable() { /* (non-Javadoc)
@SuppressWarnings("synthetic-access") * @see net.bigeon.gclc.swt.ConsoleDelayIO#getInput() */
@Override @Override
public void run() { public String getInput() {
if (!consoleOutput.isDisposed()) { return consoleInput.getText();
consoleOutput.append(text); }
}
} /* (non-Javadoc)
}); * @see fr.bigeon.gclc.ConsoleManager#getPrompt() */
} @Override
public StringProvider getPrompt() {
/* (non-Javadoc) return prompt;
* @see fr.bigeon.gclc.ConsoleManager#println() */ }
@Override
public void println() { /* (non-Javadoc)
Display.getDefault().syncExec(new Runnable() { * @see fr.bigeon.gclc.manager.ConsoleManager#interruptPrompt() */
@SuppressWarnings("synthetic-access") @Override
@Override public void interruptPrompt() {
public void run() { synchronized (promptLock) {
if (!consoleOutput.isDisposed()) { promptLock.notifyAll();
consoleOutput.append(System.lineSeparator()); }
} }
}
}); /* (non-Javadoc)
} * @see fr.bigeon.gclc.manager.ConsoleManager#isClosed() */
@Override
/* (non-Javadoc) public boolean isClosed() {
* @see fr.bigeon.gclc.ConsoleManager#println(java.lang.String) */ return isDisposed();
@Override }
public void println(final String message) {
Display.getDefault().syncExec(new Runnable() { /* (non-Javadoc)
@SuppressWarnings("synthetic-access") * @see fr.bigeon.gclc.ConsoleManager#print(java.lang.String) */
@Override @Override
public void run() { public void print(final String text) throws IOException {
if (!consoleOutput.isDisposed()) { if (isDisposed()) {
consoleOutput.append(message + System.lineSeparator()); throw new IOException();
} }
} Display.getDefault().syncExec(new Runnable() {
}); @SuppressWarnings("synthetic-access")
@Override
} public void run() {
if (!consoleOutput.isDisposed()) {
/* (non-Javadoc) consoleOutput.append(text);
* @see fr.bigeon.gclc.ConsoleManager#prompt() */ }
@Override }
public String prompt() throws IOException { });
synchronized (promptLock) { }
if (isDisposed()) {
throw new IOException(); /* (non-Javadoc)
} * @see fr.bigeon.gclc.ConsoleManager#println() */
try { @Override
Display.getDefault().syncExec(new Runnable() { public void println() throws IOException {
@Override if (isDisposed()) {
public void run() { throw new IOException();
if (!consoleInput.isDisposed()) { }
consoleInput.setEnabled(true); Display.getDefault().syncExec(new Runnable() {
lblPromptlabel.setText(prompt.apply()); @SuppressWarnings("synthetic-access")
// relayout @Override
SWTConsole.this.layout(); public void run() {
consoleInput.setFocus(); if (!consoleOutput.isDisposed()) {
} consoleOutput.append(System.lineSeparator());
} }
}); }
prompting = true; });
promptLock.notifyAll(); }
while (prompting) {
promptLock.wait(); /* (non-Javadoc)
} * @see fr.bigeon.gclc.ConsoleManager#println(java.lang.String) */
} catch (final InterruptedException e) { @Override
LOGGER.log(Level.WARNING, "Error in synchronization of prompting", e); //$NON-NLS-1$ public void println(final String message) throws IOException {
command = null; if (isDisposed()) {
Thread.currentThread().interrupt(); throw new IOException();
} }
} Display.getDefault().syncExec(new Runnable() {
if (isDisposed()) { @SuppressWarnings("synthetic-access")
throw new IOException("Input closed"); //$NON-NLS-1$ @Override
} public void run() {
return command; if (!consoleOutput.isDisposed()) {
} consoleOutput.append(message + System.lineSeparator());
}
/* (non-Javadoc) }
* @see fr.bigeon.gclc.manager.ConsoleInput#prompt(long) */ });
@Override
public String prompt(final long timeout) throws IOException { }
synchronized (promptLock) {
if (isDisposed()) { /* (non-Javadoc)
throw new IOException(); * @see fr.bigeon.gclc.ConsoleManager#prompt() */
} @Override
try { public String prompt() throws IOException {
Display.getDefault().syncExec(new Runnable() { synchronized (promptLock) {
@Override if (isDisposed()) {
public void run() { throw new IOException();
if (!consoleInput.isDisposed()) { }
consoleInput.setEnabled(true); try {
lblPromptlabel.setText(prompt.apply()); Display.getDefault().syncExec(new Runnable() {
// relayout @Override
SWTConsole.this.layout(); public void run() {
consoleInput.setFocus(); if (!consoleInput.isDisposed()) {
} consoleInput.setEnabled(true);
} lblPromptlabel.setText(prompt.apply());
}); // relayout
prompting = true; SWTConsole.this.layout();
command = null; consoleInput.setFocus();
promptLock.notifyAll(); }
long start = System.currentTimeMillis(); }
long cur = start; });
while (prompting && start + timeout>cur) { prompting = true;
promptLock.wait((cur-start-timeout)/2); promptLock.notifyAll();
cur = System.currentTimeMillis(); while (prompting) {
} promptLock.wait();
} catch (final InterruptedException e) { }
LOGGER.log(Level.WARNING, "Error in synchronization of prompting", e); //$NON-NLS-1$ } catch (final InterruptedException e) {
command = null; LOGGER.log(Level.WARNING, "Error in synchronization of prompting", e); //$NON-NLS-1$
Thread.currentThread().interrupt(); command = null;
} Thread.currentThread().interrupt();
} }
if (isDisposed()) { }
throw new IOException("Input closed"); //$NON-NLS-1$ if (isDisposed()) {
} throw new IOException("Input closed"); //$NON-NLS-1$
return command; }
} return command;
}
/* (non-Javadoc)
* @see fr.bigeon.gclc.ConsoleManager#prompt(java.lang.String) */ /* (non-Javadoc)
@Override * @see fr.bigeon.gclc.manager.ConsoleInput#prompt(long) */
public String prompt(final String message) throws IOException { @Override
synchronized (promptLock) { public String prompt(final long timeout) throws IOException {
if (isDisposed()) { synchronized (promptLock) {
throw new IOException(); if (isDisposed()) {
} throw new IOException();
try { }
Display.getDefault().syncExec(new Runnable() { try {
@SuppressWarnings("synthetic-access") Display.getDefault().syncExec(new Runnable() {
@Override @Override
public void run() { public void run() {
if (!consoleOutput.isDisposed()) { if (!consoleInput.isDisposed()) {
lblPromptlabel.setText(message); consoleInput.setEnabled(true);
// relayout lblPromptlabel.setText(prompt.apply());
SWTConsole.this.layout(); // relayout
consoleInput.setEnabled(true); SWTConsole.this.layout();
consoleInput.setFocus(); consoleInput.setFocus();
} }
} }
}); });
prompting = true; prompting = true;
promptLock.wait(); command = null;
if (isDisposed()) { promptLock.notifyAll();
throw new IOException(); final long start = System.currentTimeMillis();
} long cur = start;
} catch (final InterruptedException e) { while (prompting && start + timeout>cur) {
LOGGER.log(Level.WARNING, "Error in synchronization of prompting", e); //$NON-NLS-1$ promptLock.wait((cur-start-timeout)/2);
command = null; cur = System.currentTimeMillis();
Thread.currentThread().interrupt(); }
} finally { } catch (final InterruptedException e) {
Display.getDefault().syncExec(new Runnable() { LOGGER.log(Level.WARNING, "Error in synchronization of prompting", e); //$NON-NLS-1$
@SuppressWarnings("synthetic-access") command = null;
@Override Thread.currentThread().interrupt();
public void run() { }
if (!consoleOutput.isDisposed()) { }
lblPromptlabel.setText(prompt.apply()); if (isDisposed()) {
// relayout throw new IOException("Input closed"); //$NON-NLS-1$
SWTConsole.this.layout(); }
} return command;
} }
});
} /* (non-Javadoc)
} * @see fr.bigeon.gclc.ConsoleManager#prompt(java.lang.String) */
return command; @Override
} public String prompt(final String message) throws IOException {
synchronized (promptLock) {
/* (non-Javadoc) if (isDisposed()) {
* @see fr.bigeon.gclc.manager.ConsoleInput#prompt(java.lang.String, long) */ throw new IOException();
@Override }
public String prompt(final String message, final long timeout) throws IOException { try {
// TODO Auto-generated method stub Display.getDefault().syncExec(new Runnable() {
// return null; @SuppressWarnings("synthetic-access")
throw new RuntimeException("Not implemented yet"); @Override
} public void run() {
if (!consoleOutput.isDisposed()) {
/* (non-Javadoc) lblPromptlabel.setText(message);
* @see org.eclipse.swt.widgets.Composite#setFocus() */ // relayout
@Override SWTConsole.this.layout();
public boolean setFocus() { consoleInput.setEnabled(true);
return consoleInput.setFocus(); consoleInput.setFocus();
} }
}
/* (non-Javadoc) });
* @see fr.bigeon.gclc.swt.ConsoleDelayIO#setInput(java.lang.String) */ prompting = true;
@Override promptLock.wait();
public void setInput(final String input) { if (isDisposed()) {
consoleInput.setText(input); throw new IOException();
consoleInput.setSelection(input.length()); }
} } catch (final InterruptedException e) {
LOGGER.log(Level.WARNING, "Error in synchronization of prompting", e); //$NON-NLS-1$
/* (non-Javadoc) command = null;
* @see fr.bigeon.gclc.ConsoleManager#setPrompt(java.lang.String) */ Thread.currentThread().interrupt();
@Override } finally {
public void setPrompt(final StringProvider prompt) { Display.getDefault().syncExec(new Runnable() {
this.prompt = prompt; @SuppressWarnings("synthetic-access")
Display.getDefault().syncExec(new Runnable() { @Override
@SuppressWarnings("synthetic-access") public void run() {
@Override if (!consoleOutput.isDisposed()) {
public void run() { lblPromptlabel.setText(prompt.apply());
if (!consoleOutput.isDisposed()) { // relayout
lblPromptlabel.setText(prompt.apply()); SWTConsole.this.layout();
// relayout }
SWTConsole.this.layout(); }
} });
} }
}); }
} return command;
}
@Override
public void setPrompt(String prompt) { /* (non-Javadoc)
setPrompt(new ConstantString(prompt)); * @see fr.bigeon.gclc.manager.ConsoleInput#prompt(java.lang.String, long) */
} @Override
public String prompt(final String message, final long timeout) throws IOException {
/** @param string the text */ // TODO Auto-generated method stub
public void setText(final String string) { // return null;
consoleInput.setText(string); throw new RuntimeException("Not implemented yet");
} }
/** /* (non-Javadoc)
* * @see org.eclipse.swt.widgets.Composite#setFocus() */
*/ @Override
public void validateCommand() { public boolean setFocus() {
validateInput(); return consoleInput.setFocus();
} }
/** /* (non-Javadoc)
* * @see net.bigeon.gclc.swt.ConsoleDelayIO#setInput(java.lang.String) */
*/ @Override
@Override public void setInput(final String input) {
public void validateInput() { consoleInput.setText(input);
Display.getDefault().syncExec(new Runnable() { consoleInput.setSelection(input.length());
@SuppressWarnings("synthetic-access") }
@Override
public void run() { /* (non-Javadoc)
consoleInput.setEnabled(false); * @see fr.bigeon.gclc.ConsoleManager#setPrompt(java.lang.String) */
} @Override
}); public void setPrompt(final StringProvider prompt) {
synchronized (promptLock) { this.prompt = prompt;
while (!prompting) { Display.getDefault().syncExec(new Runnable() {
try { @SuppressWarnings("synthetic-access")
promptLock.wait(); @Override
} catch (final InterruptedException e) { public void run() {
LOGGER.log(Level.SEVERE, "Interruption while waiting prompt", e); //$NON-NLS-1$ if (!consoleOutput.isDisposed()) {
} lblPromptlabel.setText(prompt.apply());
} // relayout
Display.getDefault().syncExec(new Runnable() { SWTConsole.this.layout();
@SuppressWarnings("synthetic-access") }
@Override }
public void run() { });
command = consoleInput.getText(); }
prompting = false;
consoleInput.setText(EMPTY); @Override
consoleOutput.append(CMD_PREFIX + command + System.lineSeparator()); public void setPrompt(String prompt) {
} setPrompt(new ConstantString(prompt));
}); }
promptLock.notifyAll();
} /** @param string the text */
} public void setText(final String string) {
consoleInput.setText(string);
} }
/**
*
*/
public void validateCommand() {
validateInput();
}
/**
*
*/
@Override
public void validateInput() {
Display.getDefault().syncExec(new Runnable() {
@SuppressWarnings("synthetic-access")
@Override
public void run() {
consoleInput.setEnabled(false);
}
});
synchronized (promptLock) {
while (!prompting) {
try {
promptLock.wait();
} catch (final InterruptedException e) {
LOGGER.log(Level.SEVERE, "Interruption while waiting prompt", e); //$NON-NLS-1$
}
}
Display.getDefault().syncExec(new Runnable() {
@SuppressWarnings("synthetic-access")
@Override
public void run() {
command = consoleInput.getText();
prompting = false;
consoleInput.setText(EMPTY);
consoleOutput.append(CMD_PREFIX + command + System.lineSeparator());
}
});
promptLock.notifyAll();
}
}
}

View File

@@ -1,85 +1,118 @@
/* /*
* GCLC swt, provide a swt window for console applications * GCLC swt, provide a swt window for console applications
* Copyright (C) 2015-2017 E. Bigeon * Copyright (C) 2015-2017 E. Bigeon
* mailto:emmanuel@bigeon.fr * mailto:emmanuel@bigeon.fr
* *
* This software is governed by the CeCILL license under French law and * This software is governed by the CeCILL license under French law and
* abiding by the rules of distribution of free software. You can use, * abiding by the rules of distribution of free software. You can use,
* modify and/or redistribute the software under the terms of the CeCILL * modify and/or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL * license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info". * "http://www.cecill.info".
* *
* As a counterpart to the access to the source code and rights to copy, * As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only * modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the * with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited * economic rights, and the successive licensors have only limited
* liability. * liability.
* *
* In this respect, the user's attention is drawn to the risks associated * In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the * with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software, * software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also * that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced * therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore * professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their * encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or * requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the * data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security. * same conditions as regards security.
* *
* The fact that you are presently reading this means that you have had * The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms. * knowledge of the CeCILL license and that you accept its terms.
*/ */
/** /**
* gclc-swt:fr.bigeon.gclc.swt.SWTConsoleShell.java * gclc-swt:net.bigeon.gclc.swt.SWTConsoleShell.java
* Created on: Apr 18, 2015 * Created on: Apr 18, 2015
*/ */
package fr.bigeon.gclc.swt; package net.bigeon.gclc.swt;
import org.eclipse.swt.SWT; /*-
import org.eclipse.swt.layout.FillLayout; * #%L
import org.eclipse.swt.widgets.Display; * GCLC swt
import org.eclipse.swt.widgets.Shell; * %%
* Copyright (C) 2015 - 2018 Bigeon
/** A shell containing a {@link SWTConsole} * %%
* <p> * This software is governed by the CeCILL license under French law and
* * abiding by the rules of distribution of free software. You can use,
* @author Emmanuel Bigeon */ * modify and/ or redistribute the software under the terms of the CeCILL
public final class SWTConsoleShell extends Shell { * license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
/** The console component */ *
private SWTConsole console; * As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
/** Create the shell. * with a limited warranty and the software's author, the holder of the
* * economic rights, and the successive licensors have only limited
* @param display the display */ * liability.
public SWTConsoleShell(final Display display) { *
super(display, SWT.SHELL_TRIM); * In this respect, the user's attention is drawn to the risks associated
setLayout(new FillLayout(SWT.HORIZONTAL)); * with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software,
createContents(); * that may mean that it is complicated to manipulate, and that also
} * therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore
@Override * encouraged to load and test the software's suitability as regards their
protected void checkSubclass() { * requirements in conditions enabling the security of their systems and/or
// Disable the check that prevents subclassing of SWT components * data to be ensured and, more generally, to use and operate it in the
} * same conditions as regards security.
*
/** Create contents of the shell. */ * The fact that you are presently reading this means that you have had
protected void createContents() { * knowledge of the CeCILL license and that you accept its terms.
console = new SWTConsole(this, SWT.NONE); * #L%
setText("Console Application"); //$NON-NLS-1$ */
} import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.FillLayout;
/* (non-Javadoc) import org.eclipse.swt.widgets.Display;
* @see org.eclipse.swt.widgets.Shell#dispose() */ import org.eclipse.swt.widgets.Shell;
@Override
public void dispose() { /** A shell containing a {@link SWTConsole}
super.dispose(); * <p>
console.close(); *
} * @author Emmanuel Bigeon */
public final class SWTConsoleShell extends Shell {
/** @return the input and output. */
public SWTConsole getManager() { /** The console component */
return console; private SWTConsole console;
}
} /** Create the shell.
*
* @param display the display */
public SWTConsoleShell(final Display display) {
super(display, SWT.SHELL_TRIM);
setLayout(new FillLayout(SWT.HORIZONTAL));
createContents();
}
@Override
protected void checkSubclass() {
// Disable the check that prevents subclassing of SWT components
}
/** Create contents of the shell. */
protected void createContents() {
console = new SWTConsole(this, SWT.NONE);
setText("Console Application"); //$NON-NLS-1$
}
/* (non-Javadoc)
* @see org.eclipse.swt.widgets.Shell#dispose() */
@Override
public void dispose() {
super.dispose();
console.close();
}
/** @return the input and output. */
public SWTConsole getManager() {
return console;
}
}

View File

@@ -1,190 +1,223 @@
/* /*
* GCLC swt, provide a swt window for console applications * GCLC swt, provide a swt window for console applications
* Copyright (C) 2015-2017 E. Bigeon * Copyright (C) 2015-2017 E. Bigeon
* mailto:emmanuel@bigeon.fr * mailto:emmanuel@bigeon.fr
* *
* This software is governed by the CeCILL license under French law and * This software is governed by the CeCILL license under French law and
* abiding by the rules of distribution of free software. You can use, * abiding by the rules of distribution of free software. You can use,
* modify and/or redistribute the software under the terms of the CeCILL * modify and/or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL * license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info". * "http://www.cecill.info".
* *
* As a counterpart to the access to the source code and rights to copy, * As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only * modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the * with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited * economic rights, and the successive licensors have only limited
* liability. * liability.
* *
* In this respect, the user's attention is drawn to the risks associated * In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the * with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software, * software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also * that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced * therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore * professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their * encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or * requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the * data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security. * same conditions as regards security.
* *
* The fact that you are presently reading this means that you have had * The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms. * knowledge of the CeCILL license and that you accept its terms.
*/ */
/** /**
* gclc-swt:fr.bigeon.gclc.swt.SWTConsole.java * gclc-swt:net.bigeon.gclc.swt.SWTConsole.java
* Created on: Apr 18, 2015 * Created on: Apr 18, 2015
*/ */
package fr.bigeon.gclc.swt; package net.bigeon.gclc.swt;
import java.io.IOException; /*-
import java.util.logging.Level; * #%L
import java.util.logging.Logger; * GCLC swt
* %%
import org.eclipse.swt.SWT; * Copyright (C) 2015 - 2018 Bigeon
import org.eclipse.swt.layout.GridData; * %%
import org.eclipse.swt.layout.GridLayout; * This software is governed by the CeCILL license under French law and
import org.eclipse.swt.widgets.Composite; * abiding by the rules of distribution of free software. You can use,
import org.eclipse.swt.widgets.Display; * modify and/ or redistribute the software under the terms of the CeCILL
import org.eclipse.swt.widgets.Text; * license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
import fr.bigeon.gclc.ConsoleApplication; *
import fr.bigeon.gclc.manager.PipedConsoleInput; * As a counterpart to the access to the source code and rights to copy,
import fr.bigeon.gclc.manager.PipedConsoleOutput; * modify and redistribute granted by the license, users are provided only
import fr.bigeon.gclc.tools.AOutputForwardRunnable; * with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited
/** A SWT component to connect to gclc {@link ConsoleApplication} * liability.
* <p> *
* * In this respect, the user's attention is drawn to the risks associated
* @author Emmanuel Bigeon */ * with loading, using, modifying and/or developing or reproducing the
public final class SWTConsoleView extends Composite implements ConsoleDelayIO { * software by the user in light of its specific status of free software,
/** The local implementation of the forwarding runnable * that may mean that it is complicated to manipulate, and that also
* * therefore means that it is reserved for developers and experienced
* @author Emmanuel Bigeon */ * professionals having in-depth computer knowledge. Users are therefore
private final class ToSWTConsoleForwardRunnable * encouraged to load and test the software's suitability as regards their
extends AOutputForwardRunnable { * requirements in conditions enabling the security of their systems and/or
/** The running status */ * data to be ensured and, more generally, to use and operate it in the
private boolean running = true; * same conditions as regards security.
*
/** @param manager the manager */ * The fact that you are presently reading this means that you have had
public ToSWTConsoleForwardRunnable(final PipedConsoleOutput manager) { * knowledge of the CeCILL license and that you accept its terms.
super(manager); * #L%
} */
import java.io.IOException;
@Override import java.util.logging.Level;
protected void forwardLine(final String m) { import java.util.logging.Logger;
appendConsoleOutput(m);
} import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.GridData;
@Override import org.eclipse.swt.layout.GridLayout;
protected boolean isRunning() { import org.eclipse.swt.widgets.Composite;
return running && !isDisposed(); import org.eclipse.swt.widgets.Display;
} import org.eclipse.swt.widgets.Text;
/** @param running the running to set */ import net.bigeon.gclc.ConsoleApplication;
public void setRunning(final boolean running) { import net.bigeon.gclc.utils.AOutputForwardRunnable;
this.running = running; import net.bigeon.gclc.utils.PipedConsoleInput;
} import net.bigeon.gclc.utils.PipedConsoleOutput;
}
/** A SWT component to connect to gclc {@link ConsoleApplication}
/** The class logger */ * <p>
private static final Logger LOGGER = Logger *
.getLogger(SWTConsoleView.class.getName()); * @author Emmanuel Bigeon */
/** The console output text field */ public final class SWTConsoleView extends Composite implements ConsoleDelayIO {
private final Text consoleOutput; /** The local implementation of the forwarding runnable
/** The console input text field */ *
private final Text consoleInput; * @author Emmanuel Bigeon */
/** The input. */ private final class ToSWTConsoleForwardRunnable
private PipedConsoleInput input; extends AOutputForwardRunnable {
/** The forwarding runnable */ /** The running status */
private ToSWTConsoleForwardRunnable forward; private boolean running = true;
/** Create the composite. /** @param manager the manager */
* public ToSWTConsoleForwardRunnable(final PipedConsoleOutput manager) {
* @param parent the prent composite super(manager);
* @param style the composite style */ }
public SWTConsoleView(final Composite parent, final int style) {
super(parent, style); @Override
protected void forwardLine(final String m) {
setLayout(new GridLayout(1, false)); appendConsoleOutput(m);
}
consoleOutput = new Text(this, SWT.BORDER | SWT.READ_ONLY | SWT.WRAP |
SWT.V_SCROLL | SWT.MULTI); @Override
consoleOutput.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, protected boolean isRunning() {
1, 1)); return running && !isDisposed();
consoleOutput.setRedraw(true); }
consoleInput = new Text(this, SWT.BORDER); /** @param running the running to set */
consoleInput.setLayoutData( public void setRunning(final boolean running) {
new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1)); this.running = running;
consoleInput.addKeyListener(new HistoryTextKeyListener(this)); }
} }
/** @param next the next message */ /** The class logger */
protected void appendConsoleOutput(final String next) { private static final Logger LOGGER = Logger
Display.getDefault().syncExec(new Runnable() { .getLogger(SWTConsoleView.class.getName());
@SuppressWarnings("synthetic-access") /** The console output text field */
@Override private final Text consoleOutput;
public void run() { /** The console input text field */
consoleOutput.append(System.lineSeparator() + next); private final Text consoleInput;
} /** The input. */
}); private PipedConsoleInput input;
} /** The forwarding runnable */
private ToSWTConsoleForwardRunnable forward;
@Override
protected void checkSubclass() { /** Create the composite.
// Disable the check that prevents subclassing of SWT components *
} * @param parent the prent composite
* @param style the composite style */
/* (non-Javadoc) public SWTConsoleView(final Composite parent, final int style) {
* @see fr.bigeon.gclc.swt.ConsoleDelayIO#getInput() */ super(parent, style);
@Override
public String getInput() { setLayout(new GridLayout(1, false));
return consoleInput.getText();
} consoleOutput = new Text(this, SWT.BORDER | SWT.READ_ONLY | SWT.WRAP |
SWT.V_SCROLL | SWT.MULTI);
/* (non-Javadoc) consoleOutput.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true,
* @see org.eclipse.swt.widgets.Composite#setFocus() */ 1, 1));
@Override consoleOutput.setRedraw(true);
public boolean setFocus() {
return consoleInput.setFocus(); consoleInput = new Text(this, SWT.BORDER);
} consoleInput.setLayoutData(
new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
/* (non-Javadoc) consoleInput.addKeyListener(new HistoryTextKeyListener(this));
* @see fr.bigeon.gclc.swt.ConsoleDelayIO#setInput(java.lang.String) */ }
@Override
public void setInput(final String input) { /** @param next the next message */
consoleInput.setText(input); protected void appendConsoleOutput(final String next) {
consoleInput.setSelection(input.length()); Display.getDefault().syncExec(new Runnable() {
} @SuppressWarnings("synthetic-access")
@Override
/** Set the input and output. public void run() {
* consoleOutput.append(System.lineSeparator() + next);
* @param manager the output to set }
* @param input the input */ });
public void setManager(final PipedConsoleOutput manager, }
final PipedConsoleInput input) {
this.input = input; @Override
if (forward != null) { protected void checkSubclass() {
forward.setRunning(false); // Disable the check that prevents subclassing of SWT components
} }
forward = new ToSWTConsoleForwardRunnable(manager);
final Thread th = new Thread(forward, "gclcToSWT"); //$NON-NLS-1$ /* (non-Javadoc)
th.start(); * @see net.bigeon.gclc.swt.ConsoleDelayIO#getInput() */
} @Override
public String getInput() {
/** @param string the text */ return consoleInput.getText();
public void setText(final String string) { }
consoleInput.setText(string);
} /* (non-Javadoc)
* @see org.eclipse.swt.widgets.Composite#setFocus() */
/** @Override
* public boolean setFocus() {
*/ return consoleInput.setFocus();
@Override }
public void validateInput() {
try { /* (non-Javadoc)
input.type(getInput()); * @see net.bigeon.gclc.swt.ConsoleDelayIO#setInput(java.lang.String) */
} catch (final IOException e) { @Override
LOGGER.log(Level.SEVERE, "Unable to input value to console", e); //$NON-NLS-1$ public void setInput(final String input) {
} consoleInput.setText(input);
} consoleInput.setSelection(input.length());
} }
/** Set the input and output.
*
* @param manager the output to set
* @param input the input */
public void setManager(final PipedConsoleOutput manager,
final PipedConsoleInput input) {
this.input = input;
if (forward != null) {
forward.setRunning(false);
}
forward = new ToSWTConsoleForwardRunnable(manager);
final Thread th = new Thread(forward, "gclcToSWT"); //$NON-NLS-1$
th.start();
}
/** @param string the text */
public void setText(final String string) {
consoleInput.setText(string);
}
/**
*
*/
@Override
public void validateInput() {
try {
input.type(getInput());
} catch (final IOException e) {
LOGGER.log(Level.SEVERE, "Unable to input value to console", e); //$NON-NLS-1$
}
}
}

View File

@@ -1,39 +1,38 @@
/* /** SWT components for a frontend of GCLC applications.
* GCLC swt, provide a swt window for console applications *
* Copyright (C) 2015-2017 E. Bigeon * @author Emmanuel Bigeon */
* mailto:emmanuel@bigeon.fr package net.bigeon.gclc.swt;
*
* This software is governed by the CeCILL license under French law and /*-
* abiding by the rules of distribution of free software. You can use, * #%L
* modify and/or redistribute the software under the terms of the CeCILL * GCLC swt
* license as circulated by CEA, CNRS and INRIA at the following URL * %%
* "http://www.cecill.info". * Copyright (C) 2015 - 2018 Bigeon
* * %%
* As a counterpart to the access to the source code and rights to copy, * This software is governed by the CeCILL license under French law and
* modify and redistribute granted by the license, users are provided only * abiding by the rules of distribution of free software. You can use,
* with a limited warranty and the software's author, the holder of the * modify and/ or redistribute the software under the terms of the CeCILL
* economic rights, and the successive licensors have only limited * license as circulated by CEA, CNRS and INRIA at the following URL
* liability. * "http://www.cecill.info".
* *
* In this respect, the user's attention is drawn to the risks associated * As a counterpart to the access to the source code and rights to copy,
* with loading, using, modifying and/or developing or reproducing the * modify and redistribute granted by the license, users are provided only
* software by the user in light of its specific status of free software, * with a limited warranty and the software's author, the holder of the
* that may mean that it is complicated to manipulate, and that also * economic rights, and the successive licensors have only limited
* therefore means that it is reserved for developers and experienced * liability.
* professionals having in-depth computer knowledge. Users are therefore *
* encouraged to load and test the software's suitability as regards their * In this respect, the user's attention is drawn to the risks associated
* requirements in conditions enabling the security of their systems and/or * with loading, using, modifying and/or developing or reproducing the
* data to be ensured and, more generally, to use and operate it in the * software by the user in light of its specific status of free software,
* same conditions as regards security. * that may mean that it is complicated to manipulate, and that also
* * therefore means that it is reserved for developers and experienced
* The fact that you are presently reading this means that you have had * professionals having in-depth computer knowledge. Users are therefore
* knowledge of the CeCILL license and that you accept its terms. * encouraged to load and test the software's suitability as regards their
*/ * requirements in conditions enabling the security of their systems and/or
/** * data to be ensured and, more generally, to use and operate it in the
* gclc-swt:fr.bigeon.gclc.swt.package-info.java * same conditions as regards security.
* Created on: Nov 18, 2017 *
*/ * The fact that you are presently reading this means that you have had
/** SWT components for a frontend of GCLC applications. * knowledge of the CeCILL license and that you accept its terms.
* * #L%
* @author Emmanuel Bigeon */ */
package fr.bigeon.gclc.swt;

View File

@@ -1,108 +1,144 @@
/* /*
* GCLC swt, provide a swt window for console applications * GCLC swt, provide a swt window for console applications
* Copyright (C) 2015-2017 E. Bigeon * Copyright (C) 2015-2017 E. Bigeon
* mailto:emmanuel@bigeon.fr * mailto:emmanuel@bigeon.fr
* *
* This software is governed by the CeCILL license under French law and * This software is governed by the CeCILL license under French law and
* abiding by the rules of distribution of free software. You can use, * abiding by the rules of distribution of free software. You can use,
* modify and/or redistribute the software under the terms of the CeCILL * modify and/or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL * license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info". * "http://www.cecill.info".
* *
* As a counterpart to the access to the source code and rights to copy, * As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only * modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the * with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited * economic rights, and the successive licensors have only limited
* liability. * liability.
* *
* In this respect, the user's attention is drawn to the risks associated * In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the * with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software, * software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also * that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced * therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore * professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their * encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or * requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the * data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security. * same conditions as regards security.
* *
* The fact that you are presently reading this means that you have had * The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms. * knowledge of the CeCILL license and that you accept its terms.
*/ */
/** /**
* gclc-swt:fr.bigeon.gclc.swt.HistoryTextKeyListenerTest.java * gclc-swt:net.bigeon.gclc.swt.HistoryTextKeyListenerTest.java
* Created on: Nov 19, 2016 * Created on: Nov 19, 2016
*/ */
package fr.bigeon.gclc.swt; package net.bigeon.gclc.swt;
import static org.junit.Assert.assertEquals; /*-
* #%L
import org.eclipse.swt.SWT; * GCLC swt
import org.junit.Test; * %%
* Copyright (C) 2015 - 2018 Bigeon
/** <p> * %%
* TODO * This software is governed by the CeCILL license under French law and
* * abiding by the rules of distribution of free software. You can use,
* @author Emmanuel Bigeon */ * modify and/ or redistribute the software under the terms of the CeCILL
public class HistoryTextKeyListenerTest { * license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info".
/** Test method for *
* {@link fr.bigeon.gclc.swt.HistoryTextKeyListener#keyPressed(org.eclipse.swt.events.KeyEvent)}. */ * As a counterpart to the access to the source code and rights to copy,
@Test * modify and redistribute granted by the license, users are provided only
public final void testKeyPressedKeyEvent() { * with a limited warranty and the software's author, the holder of the
ConsoleDelayIO io = new ConsoleDelayIO() { * economic rights, and the successive licensors have only limited
private String input = ""; * liability.
*
@Override * In this respect, the user's attention is drawn to the risks associated
public void validateInput() { * with loading, using, modifying and/or developing or reproducing the
input = ""; * software by the user in light of its specific status of free software,
} * that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced
@Override * professionals having in-depth computer knowledge. Users are therefore
public void setInput(String input) { * encouraged to load and test the software's suitability as regards their
this.input = input; * requirements in conditions enabling the security of their systems and/or
} * data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security.
@Override *
public String getInput() { * The fact that you are presently reading this means that you have had
return input; * knowledge of the CeCILL license and that you accept its terms.
} * #L%
}; */
HistoryTextKeyListener listener = new HistoryTextKeyListener(io); import static org.junit.Assert.assertEquals;
// no effects import org.eclipse.swt.SWT;
assertEquals("", io.getInput()); import org.junit.Test;
listener.pressedKeyCode(SWT.ARROW_UP);
assertEquals("", io.getInput()); import net.bigeon.gclc.swt.ConsoleDelayIO;
listener.pressedKeyCode(SWT.ARROW_DOWN); import net.bigeon.gclc.swt.HistoryTextKeyListener;
assertEquals("", io.getInput());
listener.pressedKeyCode('\r'); /** <p>
assertEquals("", io.getInput()); * TODO
*
io.setInput("cmd arg"); * @author Emmanuel Bigeon */
listener.pressedKeyCode(SWT.ARROW_UP); public class HistoryTextKeyListenerTest {
assertEquals("cmd arg", io.getInput());
listener.pressedKeyCode(SWT.ARROW_DOWN); /** Test method for
assertEquals("cmd arg", io.getInput()); * {@link net.bigeon.gclc.swt.HistoryTextKeyListener#keyPressed(org.eclipse.swt.events.KeyEvent)}. */
listener.pressedKeyCode('\r'); @Test
assertEquals("", io.getInput()); public final void testKeyPressedKeyEvent() {
ConsoleDelayIO io = new ConsoleDelayIO() {
io.setInput("cmd arg2"); private String input = "";
listener.pressedKeyCode(SWT.ARROW_UP);
assertEquals("cmd arg", io.getInput()); @Override
listener.pressedKeyCode(SWT.ARROW_DOWN); public void validateInput() {
assertEquals("", io.getInput()); input = "";
io.setInput("cmd arg2"); }
listener.pressedKeyCode('\r');
assertEquals("", io.getInput()); @Override
listener.pressedKeyCode(SWT.ARROW_UP); public void setInput(String input) {
assertEquals("cmd arg2", io.getInput()); this.input = input;
listener.pressedKeyCode(SWT.ARROW_UP); }
assertEquals("cmd arg", io.getInput());
listener.pressedKeyCode(SWT.ARROW_UP); @Override
assertEquals("cmd arg", io.getInput()); public String getInput() {
listener.pressedKeyCode(SWT.ARROW_DOWN); return input;
assertEquals("cmd arg2", io.getInput()); }
} };
HistoryTextKeyListener listener = new HistoryTextKeyListener(io);
}
// no effects
assertEquals("", io.getInput());
listener.pressedKeyCode(SWT.ARROW_UP);
assertEquals("", io.getInput());
listener.pressedKeyCode(SWT.ARROW_DOWN);
assertEquals("", io.getInput());
listener.pressedKeyCode('\r');
assertEquals("", io.getInput());
io.setInput("cmd arg");
listener.pressedKeyCode(SWT.ARROW_UP);
assertEquals("cmd arg", io.getInput());
listener.pressedKeyCode(SWT.ARROW_DOWN);
assertEquals("cmd arg", io.getInput());
listener.pressedKeyCode('\r');
assertEquals("", io.getInput());
io.setInput("cmd arg2");
listener.pressedKeyCode(SWT.ARROW_UP);
assertEquals("cmd arg", io.getInput());
listener.pressedKeyCode(SWT.ARROW_DOWN);
assertEquals("", io.getInput());
io.setInput("cmd arg2");
listener.pressedKeyCode('\r');
assertEquals("", io.getInput());
listener.pressedKeyCode(SWT.ARROW_UP);
assertEquals("cmd arg2", io.getInput());
listener.pressedKeyCode(SWT.ARROW_UP);
assertEquals("cmd arg", io.getInput());
listener.pressedKeyCode(SWT.ARROW_UP);
assertEquals("cmd arg", io.getInput());
listener.pressedKeyCode(SWT.ARROW_DOWN);
assertEquals("cmd arg2", io.getInput());
}
}

View File

@@ -1,333 +1,368 @@
/* /*
* GCLC swt, provide a swt window for console applications * GCLC swt, provide a swt window for console applications
* Copyright (C) 2015-2017 E. Bigeon * Copyright (C) 2015-2017 E. Bigeon
* mailto:emmanuel@bigeon.fr * mailto:emmanuel@bigeon.fr
* *
* This software is governed by the CeCILL license under French law and * This software is governed by the CeCILL license under French law and
* abiding by the rules of distribution of free software. You can use, * abiding by the rules of distribution of free software. You can use,
* modify and/or redistribute the software under the terms of the CeCILL * modify and/or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL * license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info". * "http://www.cecill.info".
* *
* As a counterpart to the access to the source code and rights to copy, * As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only * modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the * with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited * economic rights, and the successive licensors have only limited
* liability. * liability.
* *
* In this respect, the user's attention is drawn to the risks associated * In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the * with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software, * software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also * that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced * therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore * professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their * encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or * requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the * data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security. * same conditions as regards security.
* *
* The fact that you are presently reading this means that you have had * The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms. * knowledge of the CeCILL license and that you accept its terms.
*/ */
/** /**
* gclc-swt:fr.bigeon.gclc.swt.SWTConsoleShellTest.java * gclc-swt:net.bigeon.gclc.swt.SWTConsoleShellTest.java
* Created on: Jun 8, 2016 * Created on: Jun 8, 2016
*/ */
package fr.bigeon.gclc.swt; package net.bigeon.gclc.swt;
import static org.junit.Assert.assertFalse; /*-
import static org.junit.Assert.assertNotNull; * #%L
import static org.junit.Assert.assertTrue; * GCLC swt
import static org.junit.Assert.fail; * %%
* Copyright (C) 2015 - 2018 Bigeon
import java.io.IOException; * %%
* This software is governed by the CeCILL license under French law and
import org.eclipse.swt.widgets.Display; * abiding by the rules of distribution of free software. You can use,
import org.junit.Test; * modify and/ or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL
import fr.bigeon.gclc.ConsoleApplication; * "http://www.cecill.info".
import fr.bigeon.gclc.command.Command; *
import fr.bigeon.gclc.command.ExitCommand; * As a counterpart to the access to the source code and rights to copy,
import fr.bigeon.gclc.exception.CommandRunException; * modify and redistribute granted by the license, users are provided only
import fr.bigeon.gclc.exception.InvalidCommandName; * with a limited warranty and the software's author, the holder of the
import fr.bigeon.gclc.manager.ConsoleInput; * economic rights, and the successive licensors have only limited
import fr.bigeon.gclc.manager.ConsoleOutput; * liability.
*
/** * In this respect, the user's attention is drawn to the risks associated
* <p> * with loading, using, modifying and/or developing or reproducing the
* TODO * software by the user in light of its specific status of free software,
* * that may mean that it is complicated to manipulate, and that also
* @author Emmanuel Bigeon */ * therefore means that it is reserved for developers and experienced
@SuppressWarnings({"javadoc", "static-method", "nls", "deprecation"}) * professionals having in-depth computer knowledge. Users are therefore
public class SWTConsoleShellTest { * encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
protected static final long TWO_SECONDS = 2000; * data to be ensured and, more generally, to use and operate it in the
private static final Display DISPLAY = Display.getDefault(); * same conditions as regards security.
*
@Test * The fact that you are presently reading this means that you have had
public void test() { * knowledge of the CeCILL license and that you accept its terms.
final SWTConsoleShell shell = new SWTConsoleShell(DISPLAY); * #L%
final SWTConsole swtConsole = shell.getManager(); */
try { import static org.junit.Assert.assertFalse;
final ConsoleApplication appl = new ConsoleApplication(swtConsole, import static org.junit.Assert.assertNotNull;
swtConsole, "Hello", "See you"); import static org.junit.Assert.assertTrue;
appl.add(new ExitCommand("exit", appl)); import static org.junit.Assert.fail;
appl.add(new Command("long") {
import java.io.IOException;
/* (non-Javadoc)
* @see fr.bigeon.gclc.command.ICommand#execute(fr.bigeon.gclc. import org.eclipse.swt.widgets.Display;
* manager.ConsoleOutput, fr.bigeon.gclc.manager.ConsoleInput, import org.junit.Test;
* java.lang.String[]) */
@Override import net.bigeon.gclc.ConsoleApplication;
public void execute(final ConsoleOutput out, import net.bigeon.gclc.command.Command;
final ConsoleInput in, import net.bigeon.gclc.command.base.ExitCommand;
final String... args) throws CommandRunException { import net.bigeon.gclc.exception.CommandRunException;
try { import net.bigeon.gclc.exception.InvalidCommandName;
Thread.sleep(TWO_SECONDS); import net.bigeon.gclc.manager.ConsoleInput;
} catch (final InterruptedException e) { import net.bigeon.gclc.manager.ConsoleOutput;
// TODO Auto-generated catch block import net.bigeon.gclc.swt.SWTConsole;
e.printStackTrace(); import net.bigeon.gclc.swt.SWTConsoleShell;
}
} /**
* <p>
@Override * TODO
public String tip() { *
return "a long running command"; * @author Emmanuel Bigeon */
} @SuppressWarnings({"javadoc", "static-method", "nls", "deprecation"})
public class SWTConsoleShellTest {
/* (non-Javadoc)
* @see fr.bigeon.gclc.command.Command#usageDetail() */ protected static final long TWO_SECONDS = 2000;
@Override private static final Display DISPLAY = Display.getDefault();
protected String usageDetail() {
// TODO Auto-generated method stub @Test
// return null; public void test() {
throw new RuntimeException("Not implemented yet"); final SWTConsoleShell shell = new SWTConsoleShell(DISPLAY);
} final SWTConsole swtConsole = shell.getManager();
}); try {
// shell.pack(); final ConsoleApplication appl = new ConsoleApplication(swtConsole,
shell.open(); swtConsole, "Hello", "See you");
final Thread applThread = new Thread(new Runnable() { appl.add(new ExitCommand("exit", appl));
appl.add(new Command("long") {
@Override
public void run() { /* (non-Javadoc)
appl.start(); * @see fr.bigeon.gclc.command.ICommand#execute(fr.bigeon.gclc.
} * manager.ConsoleOutput, fr.bigeon.gclc.manager.ConsoleInput,
}); * java.lang.String[]) */
final Thread testThread = new Thread(new Runnable() { @Override
public void execute(final ConsoleOutput out,
@Override final ConsoleInput in,
public void run() { final String... args) throws CommandRunException {
try { try {
Thread.sleep(TWO_SECONDS); Thread.sleep(TWO_SECONDS);
} catch (final InterruptedException e) { } catch (final InterruptedException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();
} }
Display.getDefault().syncExec(new Runnable() { }
@Override
public void run() { @Override
swtConsole.setText("test"); //$NON-NLS-1$ public String tip() {
swtConsole.validateCommand(); return "a long running command";
} }
});
try { /* (non-Javadoc)
Thread.sleep(TWO_SECONDS); * @see fr.bigeon.gclc.command.Command#usageDetail() */
} catch (final InterruptedException e) { @Override
// TODO Auto-generated catch block protected String usageDetail() {
e.printStackTrace(); // TODO Auto-generated method stub
} // return null;
Display.getDefault().syncExec(new Runnable() { throw new RuntimeException("Not implemented yet");
@Override }
public void run() { });
shell.dispose(); // shell.pack();
} shell.open();
}); final Thread applThread = new Thread(new Runnable() {
}
}); @Override
applThread.start(); public void run() {
testThread.start(); appl.start();
while (!shell.isDisposed()) { }
if (!DISPLAY.readAndDispatch()) { });
DISPLAY.sleep(); final Thread testThread = new Thread(new Runnable() {
}
} @Override
// DISPLAY.dispose(); public void run() {
assertTrue(swtConsole.isClosed()); try {
Thread.sleep(TWO_SECONDS); Thread.sleep(TWO_SECONDS);
assertFalse(appl.isRunning()); } catch (final InterruptedException e) {
} catch (final InvalidCommandName e) { // TODO Auto-generated catch block
// TODO Auto-generated catch block e.printStackTrace();
e.printStackTrace(); }
} catch (final InterruptedException e) { Display.getDefault().syncExec(new Runnable() {
// TODO Auto-generated catch block @Override
e.printStackTrace(); public void run() {
} swtConsole.setText("test"); //$NON-NLS-1$
} swtConsole.validateCommand();
}
@Test });
public void testConsoleClose() { try {
final SWTConsoleShell shell = new SWTConsoleShell(DISPLAY); Thread.sleep(TWO_SECONDS);
final SWTConsole swtConsole = shell.getManager(); } catch (final InterruptedException e) {
swtConsole.close(); // TODO Auto-generated catch block
swtConsole.setPrompt(":"); e.printStackTrace();
try { }
final ConsoleApplication appl = new ConsoleApplication(swtConsole, Display.getDefault().syncExec(new Runnable() {
swtConsole, "Hello", "See you"); @Override
appl.add(new ExitCommand("exit", appl)); public void run() {
appl.add(new Command("long") { shell.dispose();
/* (non-Javadoc) }
* @see fr.bigeon.gclc.command.ICommand#execute(fr.bigeon.gclc. });
* manager.ConsoleOutput, fr.bigeon.gclc.manager.ConsoleInput, }
* java.lang.String[]) */ });
@Override applThread.start();
public void execute(final ConsoleOutput out, testThread.start();
final ConsoleInput in, while (!shell.isDisposed()) {
final String... args) throws CommandRunException { if (!DISPLAY.readAndDispatch()) {
try { DISPLAY.sleep();
Thread.sleep(TWO_SECONDS); }
} catch (final InterruptedException e) { }
// TODO Auto-generated catch block // DISPLAY.dispose();
e.printStackTrace(); assertTrue(swtConsole.isClosed());
} Thread.sleep(TWO_SECONDS);
} assertFalse(appl.isRunning());
} catch (final InvalidCommandName e) {
@Override // TODO Auto-generated catch block
public String tip() { e.printStackTrace();
return "a long running command"; } catch (final InterruptedException e) {
} // TODO Auto-generated catch block
e.printStackTrace();
/* (non-Javadoc) }
* @see fr.bigeon.gclc.command.Command#usageDetail() */ }
@Override
protected String usageDetail() { @Test
// TODO Auto-generated method stub public void testConsoleClose() {
// return null; final SWTConsoleShell shell = new SWTConsoleShell(DISPLAY);
throw new RuntimeException("Not implemented yet"); final SWTConsole swtConsole = shell.getManager();
} swtConsole.close();
}); swtConsole.setPrompt(":");
appl.add(new Command("test") { try {
/* (non-Javadoc) final ConsoleApplication appl = new ConsoleApplication(swtConsole,
* @see fr.bigeon.gclc.command.ICommand#execute(fr.bigeon.gclc. swtConsole, "Hello", "See you");
* manager.ConsoleOutput, fr.bigeon.gclc.manager.ConsoleInput, appl.add(new ExitCommand("exit", appl));
* java.lang.String[]) */ appl.add(new Command("long") {
@Override /* (non-Javadoc)
public void execute(final ConsoleOutput out, * @see fr.bigeon.gclc.command.ICommand#execute(fr.bigeon.gclc.
final ConsoleInput in, * manager.ConsoleOutput, fr.bigeon.gclc.manager.ConsoleInput,
final String... args) throws CommandRunException { * java.lang.String[]) */
try { @Override
swtConsole.prompt("Test"); public void execute(final ConsoleOutput out,
} catch (final IOException e) { final ConsoleInput in,
throw new CommandRunException("No input", e, this); final String... args) throws CommandRunException {
} try {
} Thread.sleep(TWO_SECONDS);
} catch (final InterruptedException e) {
@Override // TODO Auto-generated catch block
public String tip() { e.printStackTrace();
return "a prompting running command"; }
} }
/* (non-Javadoc) @Override
* @see fr.bigeon.gclc.command.Command#usageDetail() */ public String tip() {
@Override return "a long running command";
protected String usageDetail() { }
// TODO Auto-generated method stub
// return null; /* (non-Javadoc)
throw new RuntimeException("Not implemented yet"); * @see fr.bigeon.gclc.command.Command#usageDetail() */
} @Override
}); protected String usageDetail() {
// shell.pack(); // TODO Auto-generated method stub
shell.open(); // return null;
final Thread applThread = new Thread(new Runnable() { throw new RuntimeException("Not implemented yet");
}
@Override });
public void run() { appl.add(new Command("test") {
appl.start(); /* (non-Javadoc)
} * @see fr.bigeon.gclc.command.ICommand#execute(fr.bigeon.gclc.
}); * manager.ConsoleOutput, fr.bigeon.gclc.manager.ConsoleInput,
final Thread testThread = new Thread(new Runnable() { * java.lang.String[]) */
@Override
@Override public void execute(final ConsoleOutput out,
public void run() { final ConsoleInput in,
try { final String... args) throws CommandRunException {
Thread.sleep(TWO_SECONDS); try {
} catch (final InterruptedException e) { swtConsole.prompt("Test");
// TODO Auto-generated catch block } catch (final IOException e) {
e.printStackTrace(); throw new CommandRunException("No input", e);
} }
Display.getDefault().syncExec(new Runnable() { }
@Override
public void run() { @Override
swtConsole.setText("test"); //$NON-NLS-1$ public String tip() {
swtConsole.validateCommand(); return "a prompting running command";
} }
});
Display.getDefault().syncExec(new Runnable() { /* (non-Javadoc)
@Override * @see fr.bigeon.gclc.command.Command#usageDetail() */
public void run() { @Override
swtConsole.setText("ok"); //$NON-NLS-1$ protected String usageDetail() {
} // TODO Auto-generated method stub
}); // return null;
swtConsole.validateCommand(); throw new RuntimeException("Not implemented yet");
Display.getDefault().syncExec(new Runnable() { }
@Override });
public void run() { // shell.pack();
swtConsole.setText("long"); //$NON-NLS-1$ shell.open();
} final Thread applThread = new Thread(new Runnable() {
});
swtConsole.validateCommand(); @Override
Display.getDefault().syncExec(new Runnable() { public void run() {
@Override appl.start();
public void run() { }
swtConsole.setText("test"); //$NON-NLS-1$ });
} final Thread testThread = new Thread(new Runnable() {
});
swtConsole.validateCommand(); @Override
Display.getDefault().syncExec(new Runnable() { public void run() {
@Override try {
public void run() { Thread.sleep(TWO_SECONDS);
swtConsole.setText("test"); //$NON-NLS-1$ } catch (final InterruptedException e) {
} // TODO Auto-generated catch block
}); e.printStackTrace();
swtConsole.validateCommand(); }
try { Display.getDefault().syncExec(new Runnable() {
Thread.sleep(TWO_SECONDS); @Override
} catch (final InterruptedException e) { public void run() {
// TODO Auto-generated catch block swtConsole.setText("test"); //$NON-NLS-1$
e.printStackTrace(); swtConsole.validateCommand();
} }
Display.getDefault().syncExec(new Runnable() { });
@Override Display.getDefault().syncExec(new Runnable() {
public void run() { @Override
shell.dispose(); public void run() {
} swtConsole.setText("ok"); //$NON-NLS-1$
}); }
});
} swtConsole.validateCommand();
}); Display.getDefault().syncExec(new Runnable() {
applThread.start(); @Override
testThread.start(); public void run() {
while (!shell.isDisposed()) { swtConsole.setText("long"); //$NON-NLS-1$
if (!DISPLAY.readAndDispatch()) { }
DISPLAY.sleep(); });
} swtConsole.validateCommand();
} Display.getDefault().syncExec(new Runnable() {
swtConsole.setPrompt(">"); @Override
try { public void run() {
swtConsole.prompt(); swtConsole.setText("test"); //$NON-NLS-1$
fail("Prompting when closed should fail!"); }
} catch (final IOException e) { });
assertNotNull(e); swtConsole.validateCommand();
} Display.getDefault().syncExec(new Runnable() {
// DISPLAY.dispose(); @Override
assertTrue(swtConsole.isClosed()); public void run() {
Thread.sleep(TWO_SECONDS); swtConsole.setText("test"); //$NON-NLS-1$
assertFalse(appl.isRunning()); }
} catch (final InvalidCommandName e) { });
// TODO Auto-generated catch block swtConsole.validateCommand();
e.printStackTrace(); try {
} catch (final InterruptedException e) { Thread.sleep(TWO_SECONDS);
// TODO Auto-generated catch block } catch (final InterruptedException e) {
e.printStackTrace(); // TODO Auto-generated catch block
} e.printStackTrace();
} }
} Display.getDefault().syncExec(new Runnable() {
@Override
public void run() {
shell.dispose();
}
});
}
});
applThread.start();
testThread.start();
while (!shell.isDisposed()) {
if (!DISPLAY.readAndDispatch()) {
DISPLAY.sleep();
}
}
swtConsole.setPrompt(">");
try {
swtConsole.prompt();
fail("Prompting when closed should fail!");
} catch (final IOException e) {
assertNotNull(e);
}
// DISPLAY.dispose();
assertTrue(swtConsole.isClosed());
Thread.sleep(TWO_SECONDS);
assertFalse(appl.isRunning());
} catch (final InvalidCommandName e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (final InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}

View File

@@ -1,169 +1,203 @@
/* /*
* GCLC swt, provide a swt window for console applications * GCLC swt, provide a swt window for console applications
* Copyright (C) 2015-2017 E. Bigeon * Copyright (C) 2015-2017 E. Bigeon
* mailto:emmanuel@bigeon.fr * mailto:emmanuel@bigeon.fr
* *
* This software is governed by the CeCILL license under French law and * This software is governed by the CeCILL license under French law and
* abiding by the rules of distribution of free software. You can use, * abiding by the rules of distribution of free software. You can use,
* modify and/or redistribute the software under the terms of the CeCILL * modify and/or redistribute the software under the terms of the CeCILL
* license as circulated by CEA, CNRS and INRIA at the following URL * license as circulated by CEA, CNRS and INRIA at the following URL
* "http://www.cecill.info". * "http://www.cecill.info".
* *
* As a counterpart to the access to the source code and rights to copy, * As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only * modify and redistribute granted by the license, users are provided only
* with a limited warranty and the software's author, the holder of the * with a limited warranty and the software's author, the holder of the
* economic rights, and the successive licensors have only limited * economic rights, and the successive licensors have only limited
* liability. * liability.
* *
* In this respect, the user's attention is drawn to the risks associated * In this respect, the user's attention is drawn to the risks associated
* with loading, using, modifying and/or developing or reproducing the * with loading, using, modifying and/or developing or reproducing the
* software by the user in light of its specific status of free software, * software by the user in light of its specific status of free software,
* that may mean that it is complicated to manipulate, and that also * that may mean that it is complicated to manipulate, and that also
* therefore means that it is reserved for developers and experienced * therefore means that it is reserved for developers and experienced
* professionals having in-depth computer knowledge. Users are therefore * professionals having in-depth computer knowledge. Users are therefore
* encouraged to load and test the software's suitability as regards their * encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or * requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the * data to be ensured and, more generally, to use and operate it in the
* same conditions as regards security. * same conditions as regards security.
* *
* The fact that you are presently reading this means that you have had * The fact that you are presently reading this means that you have had
* knowledge of the CeCILL license and that you accept its terms. * knowledge of the CeCILL license and that you accept its terms.
*/ */
/** /**
* gclc-swt:fr.bigeon.gclc.swt.SWTConsoleShellTest.java * gclc-swt:net.bigeon.gclc.swt.SWTConsoleShellTest.java
* Created on: Jun 8, 2016 * Created on: Jun 8, 2016
*/ */
package fr.bigeon.gclc.swt; package net.bigeon.gclc.swt;
import static org.junit.Assert.assertNull; /*-
* #%L
import java.io.IOException; * GCLC swt
* %%
import org.eclipse.swt.SWT; * Copyright (C) 2015 - 2018 Bigeon
import org.eclipse.swt.widgets.Display; * %%
import org.eclipse.swt.widgets.Shell; * This software is governed by the CeCILL license under French law and
import org.junit.Test; * abiding by the rules of distribution of free software. You can use,
* modify and/ or redistribute the software under the terms of the CeCILL
import fr.bigeon.gclc.ConsoleApplication; * license as circulated by CEA, CNRS and INRIA at the following URL
import fr.bigeon.gclc.command.Command; * "http://www.cecill.info".
import fr.bigeon.gclc.command.ExitCommand; *
import fr.bigeon.gclc.exception.CommandRunException; * As a counterpart to the access to the source code and rights to copy,
import fr.bigeon.gclc.exception.InvalidCommandName; * modify and redistribute granted by the license, users are provided only
import fr.bigeon.gclc.manager.ConsoleInput; * with a limited warranty and the software's author, the holder of the
import fr.bigeon.gclc.manager.ConsoleOutput; * economic rights, and the successive licensors have only limited
import fr.bigeon.gclc.manager.PipedConsoleInput; * liability.
import fr.bigeon.gclc.manager.PipedConsoleOutput; *
* In this respect, the user's attention is drawn to the risks associated
/** <p> * with loading, using, modifying and/or developing or reproducing the
* TODO * software by the user in light of its specific status of free software,
* * that may mean that it is complicated to manipulate, and that also
* @author Emmanuel Bigeon */ * therefore means that it is reserved for developers and experienced
@SuppressWarnings({"javadoc", "static-method", "nls", "deprecation"}) * professionals having in-depth computer knowledge. Users are therefore
public class SWTConsoleViewTest { * encouraged to load and test the software's suitability as regards their
* requirements in conditions enabling the security of their systems and/or
protected static final long TWO_SECONDS = 2000; * data to be ensured and, more generally, to use and operate it in the
private static final Display DISPLAY = Display.getDefault(); * same conditions as regards security.
*
@Test * The fact that you are presently reading this means that you have had
public void test() { * knowledge of the CeCILL license and that you accept its terms.
final Shell shell = new Shell(DISPLAY); * #L%
final SWTConsoleView swtConsole = new SWTConsoleView(shell, SWT.NONE); */
try (PipedConsoleOutput manager = new PipedConsoleOutput(); import static org.junit.Assert.assertNull;
PipedConsoleInput input = new PipedConsoleInput(System.out)) {
swtConsole.setManager(manager, input); import java.io.IOException;
} catch (final IOException e2) {
assertNull(e2); import org.eclipse.swt.SWT;
} import org.eclipse.swt.widgets.Display;
try (PipedConsoleOutput manager = new PipedConsoleOutput(); import org.eclipse.swt.widgets.Shell;
PipedConsoleInput input = new PipedConsoleInput(System.out)) { import org.junit.Test;
swtConsole.setManager(manager, input);
final ConsoleApplication appl = new ConsoleApplication(manager, import net.bigeon.gclc.ConsoleApplication;
input, import net.bigeon.gclc.command.Command;
"Hello", "See you"); import net.bigeon.gclc.command.base.ExitCommand;
appl.add(new ExitCommand("exit", appl)); import net.bigeon.gclc.exception.CommandRunException;
appl.add(new Command("long") { import net.bigeon.gclc.exception.InvalidCommandName;
import net.bigeon.gclc.manager.ConsoleInput;
/* (non-Javadoc) import net.bigeon.gclc.manager.ConsoleOutput;
* @see fr.bigeon.gclc.command.ICommand#execute(fr.bigeon.gclc.manager.ConsoleOutput, fr.bigeon.gclc.manager.ConsoleInput, java.lang.String[]) import net.bigeon.gclc.swt.SWTConsoleView;
*/ import net.bigeon.gclc.utils.PipedConsoleInput;
@Override import net.bigeon.gclc.utils.PipedConsoleOutput;
public void execute(final ConsoleOutput out, final ConsoleInput in,
final String... args) throws CommandRunException { /** <p>
try { * TODO
Thread.sleep(TWO_SECONDS); *
} catch (final InterruptedException e) { * @author Emmanuel Bigeon */
// TODO Auto-generated catch block @SuppressWarnings({"javadoc", "static-method", "nls", "deprecation"})
e.printStackTrace(); public class SWTConsoleViewTest {
}
} protected static final long TWO_SECONDS = 2000;
private static final Display DISPLAY = Display.getDefault();
@Override
public String tip() { @Test
return "a long running command"; public void test() {
} final Shell shell = new Shell(DISPLAY);
final SWTConsoleView swtConsole = new SWTConsoleView(shell, SWT.NONE);
/* (non-Javadoc) try (PipedConsoleOutput manager = new PipedConsoleOutput();
* @see fr.bigeon.gclc.command.Command#usageDetail() */ PipedConsoleInput input = new PipedConsoleInput(System.out)) {
@Override swtConsole.setManager(manager, input);
protected String usageDetail() { } catch (final IOException e2) {
// TODO Auto-generated method stub assertNull(e2);
// return null; }
throw new RuntimeException("Not implemented yet"); try (PipedConsoleOutput manager = new PipedConsoleOutput();
} PipedConsoleInput input = new PipedConsoleInput(System.out)) {
}); swtConsole.setManager(manager, input);
// shell.pack(); final ConsoleApplication appl = new ConsoleApplication(manager,
shell.open(); input,
final Thread applThread = new Thread(new Runnable() { "Hello", "See you");
appl.add(new ExitCommand("exit", appl));
@Override appl.add(new Command("long") {
public void run() {
appl.start(); /* (non-Javadoc)
} * @see fr.bigeon.gclc.command.ICommand#execute(fr.bigeon.gclc.manager.ConsoleOutput, fr.bigeon.gclc.manager.ConsoleInput, java.lang.String[])
}); */
final Thread testThread = new Thread(new Runnable() { @Override
public void execute(final ConsoleOutput out, final ConsoleInput in,
@Override final String... args) throws CommandRunException {
public void run() { try {
try { Thread.sleep(TWO_SECONDS);
Thread.sleep(TWO_SECONDS); } catch (final InterruptedException e) {
} catch (final InterruptedException e) { // TODO Auto-generated catch block
// TODO Auto-generated catch block e.printStackTrace();
e.printStackTrace(); }
} }
Display.getDefault().syncExec(new Runnable() {
@Override @Override
public void run() { public String tip() {
swtConsole.setText("test"); //$NON-NLS-1$ return "a long running command";
swtConsole.validateInput(); }
}
}); /* (non-Javadoc)
try { * @see fr.bigeon.gclc.command.Command#usageDetail() */
Thread.sleep(TWO_SECONDS); @Override
} catch (final InterruptedException e) { protected String usageDetail() {
// TODO Auto-generated catch block // TODO Auto-generated method stub
e.printStackTrace(); // return null;
} throw new RuntimeException("Not implemented yet");
Display.getDefault().syncExec(new Runnable() { }
@Override });
public void run() { // shell.pack();
shell.dispose(); shell.open();
} final Thread applThread = new Thread(new Runnable() {
});
} @Override
}); public void run() {
applThread.start(); appl.start();
testThread.start(); }
while (!shell.isDisposed()) { });
if (!DISPLAY.readAndDispatch()) { final Thread testThread = new Thread(new Runnable() {
DISPLAY.sleep();
} @Override
} public void run() {
} catch (final InvalidCommandName e) { try {
// TODO Auto-generated catch block Thread.sleep(TWO_SECONDS);
e.printStackTrace(); } catch (final InterruptedException e) {
} catch (final IOException e1) { // TODO Auto-generated catch block
// TODO Auto-generated catch block e.printStackTrace();
e1.printStackTrace(); }
} Display.getDefault().syncExec(new Runnable() {
} @Override
} public void run() {
swtConsole.setText("test"); //$NON-NLS-1$
swtConsole.validateInput();
}
});
try {
Thread.sleep(TWO_SECONDS);
} catch (final InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
Display.getDefault().syncExec(new Runnable() {
@Override
public void run() {
shell.dispose();
}
});
}
});
applThread.start();
testThread.start();
while (!shell.isDisposed()) {
if (!DISPLAY.readAndDispatch()) {
DISPLAY.sleep();
}
}
} catch (final InvalidCommandName e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (final IOException e1) {
// TODO Auto-generated catch block
e1.printStackTrace();
}
}
}

517
gclc.system/LICENSE.txt Normal file
View File

@@ -0,0 +1,517 @@
CeCILL FREE SOFTWARE LICENSE AGREEMENT
Version 2.1 dated 2013-06-21
Notice
This Agreement is a Free Software license agreement that is the result
of discussions between its authors in order to ensure compliance with
the two main principles guiding its drafting:
* firstly, compliance with the principles governing the distribution
of Free Software: access to source code, broad rights granted to users,
* secondly, the election of a governing law, French law, with which it
is conformant, both as regards the law of torts and intellectual
property law, and the protection that it offers to both authors and
holders of the economic rights over software.
The authors of the CeCILL (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
license are:
Commissariat à l'énergie atomique et aux énergies alternatives - CEA, a
public scientific, technical and industrial research establishment,
having its principal place of business at 25 rue Leblanc, immeuble Le
Ponant D, 75015 Paris, France.
Centre National de la Recherche Scientifique - CNRS, a public scientific
and technological establishment, having its principal place of business
at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
Institut National de Recherche en Informatique et en Automatique -
Inria, a public scientific and technological establishment, having its
principal place of business at Domaine de Voluceau, Rocquencourt, BP
105, 78153 Le Chesnay cedex, France.
Preamble
The purpose of this Free Software license agreement is to grant users
the right to modify and redistribute the software governed by this
license within the framework of an open source distribution model.
The exercising of this right is conditional upon certain obligations for
users so as to preserve this status for all subsequent redistributions.
In consideration of access to the source code and the rights to copy,
modify and redistribute granted by the license, users are provided only
with a limited warranty and the software's author, the holder of the
economic rights, and the successive licensors only have limited liability.
In this respect, the risks associated with loading, using, modifying
and/or developing or reproducing the software by the user are brought to
the user's attention, given its Free Software status, which may make it
complicated to use, with the result that its use is reserved for
developers and experienced professionals having in-depth computer
knowledge. Users are therefore encouraged to load and test the
suitability of the software as regards their requirements in conditions
enabling the security of their systems and/or data to be ensured and,
more generally, to use and operate it in the same conditions of
security. This Agreement may be freely reproduced and published,
provided it is not altered, and that no provisions are either added or
removed herefrom.
This Agreement may apply to any or all software for which the holder of
the economic rights decides to submit the use thereof to its provisions.
Frequently asked questions can be found on the official website of the
CeCILL licenses family (http://www.cecill.info/index.en.html) for any
necessary clarification.
Article 1 - DEFINITIONS
For the purpose of this Agreement, when the following expressions
commence with a capital letter, they shall have the following meaning:
Agreement: means this license agreement, and its possible subsequent
versions and annexes.
Software: means the software in its Object Code and/or Source Code form
and, where applicable, its documentation, "as is" when the Licensee
accepts the Agreement.
Initial Software: means the Software in its Source Code and possibly its
Object Code form and, where applicable, its documentation, "as is" when
it is first distributed under the terms and conditions of the Agreement.
Modified Software: means the Software modified by at least one
Contribution.
Source Code: means all the Software's instructions and program lines to
which access is required so as to modify the Software.
Object Code: means the binary files originating from the compilation of
the Source Code.
Holder: means the holder(s) of the economic rights over the Initial
Software.
Licensee: means the Software user(s) having accepted the Agreement.
Contributor: means a Licensee having made at least one Contribution.
Licensor: means the Holder, or any other individual or legal entity, who
distributes the Software under the Agreement.
Contribution: means any or all modifications, corrections, translations,
adaptations and/or new functions integrated into the Software by any or
all Contributors, as well as any or all Internal Modules.
Module: means a set of sources files including their documentation that
enables supplementary functions or services in addition to those offered
by the Software.
External Module: means any or all Modules, not derived from the
Software, so that this Module and the Software run in separate address
spaces, with one calling the other when they are run.
Internal Module: means any or all Module, connected to the Software so
that they both execute in the same address space.
GNU GPL: means the GNU General Public License version 2 or any
subsequent version, as published by the Free Software Foundation Inc.
GNU Affero GPL: means the GNU Affero General Public License version 3 or
any subsequent version, as published by the Free Software Foundation Inc.
EUPL: means the European Union Public License version 1.1 or any
subsequent version, as published by the European Commission.
Parties: mean both the Licensee and the Licensor.
These expressions may be used both in singular and plural form.
Article 2 - PURPOSE
The purpose of the Agreement is the grant by the Licensor to the
Licensee of a non-exclusive, transferable and worldwide license for the
Software as set forth in Article 5 <#scope> hereinafter for the whole
term of the protection granted by the rights over said Software.
Article 3 - ACCEPTANCE
3.1 The Licensee shall be deemed as having accepted the terms and
conditions of this Agreement upon the occurrence of the first of the
following events:
* (i) loading the Software by any or all means, notably, by
downloading from a remote server, or by loading from a physical medium;
* (ii) the first time the Licensee exercises any of the rights granted
hereunder.
3.2 One copy of the Agreement, containing a notice relating to the
characteristics of the Software, to the limited warranty, and to the
fact that its use is restricted to experienced users has been provided
to the Licensee prior to its acceptance as set forth in Article 3.1
<#accepting> hereinabove, and the Licensee hereby acknowledges that it
has read and understood it.
Article 4 - EFFECTIVE DATE AND TERM
4.1 EFFECTIVE DATE
The Agreement shall become effective on the date when it is accepted by
the Licensee as set forth in Article 3.1 <#accepting>.
4.2 TERM
The Agreement shall remain in force for the entire legal term of
protection of the economic rights over the Software.
Article 5 - SCOPE OF RIGHTS GRANTED
The Licensor hereby grants to the Licensee, who accepts, the following
rights over the Software for any or all use, and for the term of the
Agreement, on the basis of the terms and conditions set forth hereinafter.
Besides, if the Licensor owns or comes to own one or more patents
protecting all or part of the functions of the Software or of its
components, the Licensor undertakes not to enforce the rights granted by
these patents against successive Licensees using, exploiting or
modifying the Software. If these patents are transferred, the Licensor
undertakes to have the transferees subscribe to the obligations set
forth in this paragraph.
5.1 RIGHT OF USE
The Licensee is authorized to use the Software, without any limitation
as to its fields of application, with it being hereinafter specified
that this comprises:
1. permanent or temporary reproduction of all or part of the Software
by any or all means and in any or all form.
2. loading, displaying, running, or storing the Software on any or all
medium.
3. entitlement to observe, study or test its operation so as to
determine the ideas and principles behind any or all constituent
elements of said Software. This shall apply when the Licensee
carries out any or all loading, displaying, running, transmission or
storage operation as regards the Software, that it is entitled to
carry out hereunder.
5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS
The right to make Contributions includes the right to translate, adapt,
arrange, or make any or all modifications to the Software, and the right
to reproduce the resulting software.
The Licensee is authorized to make any or all Contributions to the
Software provided that it includes an explicit notice that it is the
author of said Contribution and indicates the date of the creation thereof.
5.3 RIGHT OF DISTRIBUTION
In particular, the right of distribution includes the right to publish,
transmit and communicate the Software to the general public on any or
all medium, and by any or all means, and the right to market, either in
consideration of a fee, or free of charge, one or more copies of the
Software by any means.
The Licensee is further authorized to distribute copies of the modified
or unmodified Software to third parties according to the terms and
conditions set forth hereinafter.
5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
The Licensee is authorized to distribute true copies of the Software in
Source Code or Object Code form, provided that said distribution
complies with all the provisions of the Agreement and is accompanied by:
1. a copy of the Agreement,
2. a notice relating to the limitation of both the Licensor's warranty
and liability as set forth in Articles 8 and 9,
and that, in the event that only the Object Code of the Software is
redistributed, the Licensee allows effective access to the full Source
Code of the Software for a period of at least three years from the
distribution of the Software, it being understood that the additional
acquisition cost of the Source Code shall not exceed the cost of the
data transfer.
5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
When the Licensee makes a Contribution to the Software, the terms and
conditions for the distribution of the resulting Modified Software
become subject to all the provisions of this Agreement.
The Licensee is authorized to distribute the Modified Software, in
source code or object code form, provided that said distribution
complies with all the provisions of the Agreement and is accompanied by:
1. a copy of the Agreement,
2. a notice relating to the limitation of both the Licensor's warranty
and liability as set forth in Articles 8 and 9,
and, in the event that only the object code of the Modified Software is
redistributed,
3. a note stating the conditions of effective access to the full source
code of the Modified Software for a period of at least three years
from the distribution of the Modified Software, it being understood
that the additional acquisition cost of the source code shall not
exceed the cost of the data transfer.
5.3.3 DISTRIBUTION OF EXTERNAL MODULES
When the Licensee has developed an External Module, the terms and
conditions of this Agreement do not apply to said External Module, that
may be distributed under a separate license agreement.
5.3.4 COMPATIBILITY WITH OTHER LICENSES
The Licensee can include a code that is subject to the provisions of one
of the versions of the GNU GPL, GNU Affero GPL and/or EUPL in the
Modified or unmodified Software, and distribute that entire code under
the terms of the same version of the GNU GPL, GNU Affero GPL and/or EUPL.
The Licensee can include the Modified or unmodified Software in a code
that is subject to the provisions of one of the versions of the GNU GPL,
GNU Affero GPL and/or EUPL and distribute that entire code under the
terms of the same version of the GNU GPL, GNU Affero GPL and/or EUPL.
Article 6 - INTELLECTUAL PROPERTY
6.1 OVER THE INITIAL SOFTWARE
The Holder owns the economic rights over the Initial Software. Any or
all use of the Initial Software is subject to compliance with the terms
and conditions under which the Holder has elected to distribute its work
and no one shall be entitled to modify the terms and conditions for the
distribution of said Initial Software.
The Holder undertakes that the Initial Software will remain ruled at
least by this Agreement, for the duration set forth in Article 4.2 <#term>.
6.2 OVER THE CONTRIBUTIONS
The Licensee who develops a Contribution is the owner of the
intellectual property rights over this Contribution as defined by
applicable law.
6.3 OVER THE EXTERNAL MODULES
The Licensee who develops an External Module is the owner of the
intellectual property rights over this External Module as defined by
applicable law and is free to choose the type of agreement that shall
govern its distribution.
6.4 JOINT PROVISIONS
The Licensee expressly undertakes:
1. not to remove, or modify, in any manner, the intellectual property
notices attached to the Software;
2. to reproduce said notices, in an identical manner, in the copies of
the Software modified or not.
The Licensee undertakes not to directly or indirectly infringe the
intellectual property rights on the Software of the Holder and/or
Contributors, and to take, where applicable, vis-à-vis its staff, any
and all measures required to ensure respect of said intellectual
property rights of the Holder and/or Contributors.
Article 7 - RELATED SERVICES
7.1 Under no circumstances shall the Agreement oblige the Licensor to
provide technical assistance or maintenance services for the Software.
However, the Licensor is entitled to offer this type of services. The
terms and conditions of such technical assistance, and/or such
maintenance, shall be set forth in a separate instrument. Only the
Licensor offering said maintenance and/or technical assistance services
shall incur liability therefor.
7.2 Similarly, any Licensor is entitled to offer to its licensees, under
its sole responsibility, a warranty, that shall only be binding upon
itself, for the redistribution of the Software and/or the Modified
Software, under terms and conditions that it is free to decide. Said
warranty, and the financial terms and conditions of its application,
shall be subject of a separate instrument executed between the Licensor
and the Licensee.
Article 8 - LIABILITY
8.1 Subject to the provisions of Article 8.2, the Licensee shall be
entitled to claim compensation for any direct loss it may have suffered
from the Software as a result of a fault on the part of the relevant
Licensor, subject to providing evidence thereof.
8.2 The Licensor's liability is limited to the commitments made under
this Agreement and shall not be incurred as a result of in particular:
(i) loss due the Licensee's total or partial failure to fulfill its
obligations, (ii) direct or consequential loss that is suffered by the
Licensee due to the use or performance of the Software, and (iii) more
generally, any consequential loss. In particular the Parties expressly
agree that any or all pecuniary or business loss (i.e. loss of data,
loss of profits, operating loss, loss of customers or orders,
opportunity cost, any disturbance to business activities) or any or all
legal proceedings instituted against the Licensee by a third party,
shall constitute consequential loss and shall not provide entitlement to
any or all compensation from the Licensor.
Article 9 - WARRANTY
9.1 The Licensee acknowledges that the scientific and technical
state-of-the-art when the Software was distributed did not enable all
possible uses to be tested and verified, nor for the presence of
possible defects to be detected. In this respect, the Licensee's
attention has been drawn to the risks associated with loading, using,
modifying and/or developing and reproducing the Software which are
reserved for experienced users.
The Licensee shall be responsible for verifying, by any or all means,
the suitability of the product for its requirements, its good working
order, and for ensuring that it shall not cause damage to either persons
or properties.
9.2 The Licensor hereby represents, in good faith, that it is entitled
to grant all the rights over the Software (including in particular the
rights set forth in Article 5 <#scope>).
9.3 The Licensee acknowledges that the Software is supplied "as is" by
the Licensor without any other express or tacit warranty, other than
that provided for in Article 9.2 <#good-faith> and, in particular,
without any warranty as to its commercial value, its secured, safe,
innovative or relevant nature.
Specifically, the Licensor does not warrant that the Software is free
from any error, that it will operate without interruption, that it will
be compatible with the Licensee's own equipment and software
configuration, nor that it will meet the Licensee's requirements.
9.4 The Licensor does not either expressly or tacitly warrant that the
Software does not infringe any third party intellectual property right
relating to a patent, software or any other property right. Therefore,
the Licensor disclaims any and all liability towards the Licensee
arising out of any or all proceedings for infringement that may be
instituted in respect of the use, modification and redistribution of the
Software. Nevertheless, should such proceedings be instituted against
the Licensee, the Licensor shall provide it with technical and legal
expertise for its defense. Such technical and legal expertise shall be
decided on a case-by-case basis between the relevant Licensor and the
Licensee pursuant to a memorandum of understanding. The Licensor
disclaims any and all liability as regards the Licensee's use of the
name of the Software. No warranty is given as regards the existence of
prior rights over the name of the Software or as regards the existence
of a trademark.
Article 10 - TERMINATION
10.1 In the event of a breach by the Licensee of its obligations
hereunder, the Licensor may automatically terminate this Agreement
thirty (30) days after notice has been sent to the Licensee and has
remained ineffective.
10.2 A Licensee whose Agreement is terminated shall no longer be
authorized to use, modify or distribute the Software. However, any
licenses that it may have granted prior to termination of the Agreement
shall remain valid subject to their having been granted in compliance
with the terms and conditions hereof.
Article 11 - MISCELLANEOUS
11.1 EXCUSABLE EVENTS
Neither Party shall be liable for any or all delay, or failure to
perform the Agreement, that may be attributable to an event of force
majeure, an act of God or an outside cause, such as defective
functioning or interruptions of the electricity or telecommunications
networks, network paralysis following a virus attack, intervention by
government authorities, natural disasters, water damage, earthquakes,
fire, explosions, strikes and labor unrest, war, etc.
11.2 Any failure by either Party, on one or more occasions, to invoke
one or more of the provisions hereof, shall under no circumstances be
interpreted as being a waiver by the interested Party of its right to
invoke said provision(s) subsequently.
11.3 The Agreement cancels and replaces any or all previous agreements,
whether written or oral, between the Parties and having the same
purpose, and constitutes the entirety of the agreement between said
Parties concerning said purpose. No supplement or modification to the
terms and conditions hereof shall be effective as between the Parties
unless it is made in writing and signed by their duly authorized
representatives.
11.4 In the event that one or more of the provisions hereof were to
conflict with a current or future applicable act or legislative text,
said act or legislative text shall prevail, and the Parties shall make
the necessary amendments so as to comply with said act or legislative
text. All other provisions shall remain effective. Similarly, invalidity
of a provision of the Agreement, for any reason whatsoever, shall not
cause the Agreement as a whole to be invalid.
11.5 LANGUAGE
The Agreement is drafted in both French and English and both versions
are deemed authentic.
Article 12 - NEW VERSIONS OF THE AGREEMENT
12.1 Any person is authorized to duplicate and distribute copies of this
Agreement.
12.2 So as to ensure coherence, the wording of this Agreement is
protected and may only be modified by the authors of the License, who
reserve the right to periodically publish updates or new versions of the
Agreement, each with a separate number. These subsequent versions may
address new issues encountered by Free Software.
12.3 Any Software distributed under a given version of the Agreement may
only be subsequently distributed under the same version of the Agreement
or a subsequent version, subject to the provisions of Article 5.3.4
<#compatibility>.
Article 13 - GOVERNING LAW AND JURISDICTION
13.1 The Agreement is governed by French law. The Parties agree to
endeavor to seek an amicable solution to any disagreements or disputes
that may arise during the performance of the Agreement.
13.2 Failing an amicable solution within two (2) months as from their
occurrence, and unless emergency proceedings are necessary, the
disagreements or disputes shall be referred to the Paris Courts having
jurisdiction, by the more diligent Party.

View File

@@ -1,13 +1,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.bigeon</groupId> <groupId>net.bigeon.gclc</groupId>
<artifactId>gclc.system</artifactId> <artifactId>system</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<url>http://www.bigeon.net</url> <url>http://www.bigeon.net</url>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<copyright.email>emmanuel@bigeon.fr</copyright.email>
<license.licenseName>cecill_2.1</license.licenseName>
</properties> </properties>
<build> <build>
<plugins> <plugins>
@@ -21,21 +22,54 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.bigeon</groupId> <groupId>net.bigeon</groupId>
<artifactId>gclc</artifactId> <artifactId>gclc</artifactId>
<version>2.0.0</version> <version>2.0.7</version>
</dependency> </dependency>
</dependencies> </dependencies>
<name>GCLC system command</name> <name>GCLC system command</name>
<description>Provide an exec command to execute system commands</description> <description>Provide an exec command to execute system commands</description>
<inceptionYear>2016</inceptionYear> <inceptionYear>2016</inceptionYear>
<licenses>
<license>
<distribution>manual</distribution>
<name>CeCILL 2.1</name>
<url>https://cecill.info/licences/Licence_CeCILL_V2.1-en.html</url>
</license>
</licenses>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
</plugin>
<plugin>
<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>dsm-maven-plugin</artifactId>
<version>2.2.0</version>
</plugin>
</plugins>
</reporting>
<developers>
<developer>
<email>emmanuel@bigeon.fr</email>
<name>Emmanuel Bigeon</name>
<url>bigeon.net</url>
<roles>
<role>PM</role>
</roles>
</developer>
</developers>
<scm> <scm>
<developerConnection>scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git</developerConnection> <developerConnection>scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git</developerConnection>
<tag>HEAD</tag> <tag>system-0.0.1</tag>
</scm> </scm>
<parent> <parent>
<groupId>fr.bigeon</groupId> <groupId>net.bigeon.config</groupId>
<artifactId>ebigeon-config</artifactId> <artifactId>ebigeon-config</artifactId>
<version>1.7.1</version> <version>1.8.4</version>
</parent> </parent>
</project> </project>

View File

@@ -1,148 +1,181 @@
/** /**
* gclc.system:net.bigeon.gclc.system.ExecSystemCommand.java * gclc.system:net.bigeon.gclc.system.ExecSystemCommand.java
* Created on: Jun 20, 2016 * Created on: Jun 20, 2016
*/ */
package net.bigeon.gclc.system; package net.bigeon.gclc.system;
import java.io.BufferedWriter; /*-
import java.io.IOException; * #%L
import java.io.InputStream; * GCLC system command
import java.io.OutputStream; * %%
import java.io.OutputStreamWriter; * Copyright (C) 2016 - 2018 Bigeon
import java.util.logging.Level; * %%
import java.util.logging.Logger; * This software is governed by the CeCILL license under French law and
* abiding by the rules of distribution of free software. You can use,
import fr.bigeon.gclc.command.Command; * modify and/ or redistribute the software under the terms of the CeCILL
import fr.bigeon.gclc.exception.CommandRunException; * license as circulated by CEA, CNRS and INRIA at the following URL
import fr.bigeon.gclc.exception.CommandRunExceptionType; * "http://www.cecill.info".
import fr.bigeon.gclc.manager.ConsoleInput; *
import fr.bigeon.gclc.manager.ConsoleOutput; * As a counterpart to the access to the source code and rights to copy,
* modify and redistribute granted by the license, users are provided only
/** A command that will execute a system command. * with a limited warranty and the software's author, the holder of the
* * economic rights, and the successive licensors have only limited
* @author Emmanuel Bigeon */ * liability.
public class ExecSystemCommand extends Command { *
* In this respect, the user's attention is drawn to the risks associated
/** The command default name */ * with loading, using, modifying and/or developing or reproducing the
private static final String COMMAND_DEFAULT_NAME = "exec"; //$NON-NLS-1$ * software by the user in light of its specific status of free software,
/** The end of line separator */ * that may mean that it is complicated to manipulate, and that also
private static final String EOL = System.lineSeparator(); * therefore means that it is reserved for developers and experienced
/** The class logger */ * professionals having in-depth computer knowledge. Users are therefore
private static final Logger LOGGER = Logger * encouraged to load and test the software's suitability as regards their
.getLogger(ExecSystemCommand.class.getName()); * requirements in conditions enabling the security of their systems and/or
* data to be ensured and, more generally, to use and operate it in the
/***/ * same conditions as regards security.
public ExecSystemCommand() { *
super(COMMAND_DEFAULT_NAME); * The fact that you are presently reading this means that you have had
} * knowledge of the CeCILL license and that you accept its terms.
* #L%
/** @param name the name of the command (the input from the manager that */
* should trigger this command) */ import java.io.BufferedWriter;
public ExecSystemCommand(final String name) { import java.io.IOException;
super(name); import java.io.InputStream;
} import java.io.OutputStream;
import java.io.OutputStreamWriter;
/* (non-Javadoc) import java.util.logging.Level;
* @see fr.bigeon.gclc.command.ICommand#execute(fr.bigeon.gclc.manager. import java.util.logging.Logger;
* ConsoleOutput, fr.bigeon.gclc.manager.ConsoleInput,
* java.lang.String[]) */ import net.bigeon.gclc.command.Command;
@Override import net.bigeon.gclc.exception.CommandRunException;
public void execute(final ConsoleOutput out, final ConsoleInput in, import net.bigeon.gclc.exception.CommandRunExceptionType;
final String... args) throws CommandRunException { import net.bigeon.gclc.manager.ConsoleInput;
Process proc; import net.bigeon.gclc.manager.ConsoleOutput;
try {
proc = Runtime.getRuntime().exec(args); /** A command that will execute a system command.
} catch (final IOException e2) { *
LOGGER.log(Level.SEVERE, "Unable to run process", e2); //$NON-NLS-1$ * @author Emmanuel Bigeon */
return; public class ExecSystemCommand extends Command {
}
/** The command default name */
final InputStream is = proc private static final String COMMAND_DEFAULT_NAME = "exec"; //$NON-NLS-1$
.getInputStream(); /** The end of line separator */
final Thread th = new Thread(new Runnable() { private static final String EOL = System.lineSeparator();
/** The class logger */
@SuppressWarnings("synthetic-access") private static final Logger LOGGER = Logger
@Override .getLogger(ExecSystemCommand.class.getName());
public void run() {
try { /***/
readToEnd(out, is); public ExecSystemCommand() {
is.close(); super(COMMAND_DEFAULT_NAME);
} catch (final CommandRunException e) { }
LOGGER.log(Level.WARNING,
"Manager was closed in the meantime...", e); //$NON-NLS-1$ /** @param name the name of the command (the input from the manager that
} catch (final IOException e) { * should trigger this command) */
LOGGER.log(Level.WARNING, "Input stream was closed...", e); //$NON-NLS-1$ public ExecSystemCommand(final String name) {
} super(name);
} }
});
th.start(); /* (non-Javadoc)
in.setPrompt(""); //$NON-NLS-1$ * @see fr.bigeon.gclc.command.ICommand#execute(fr.bigeon.gclc.manager.
final OutputStream os = proc.getOutputStream(); * ConsoleOutput, fr.bigeon.gclc.manager.ConsoleInput,
try (BufferedWriter writer = new BufferedWriter( * java.lang.String[]) */
new OutputStreamWriter(os))) { @Override
while (th.isAlive()) { public void execute(final ConsoleOutput out, final ConsoleInput in,
String user; final String... args) throws CommandRunException {
try { Process proc;
user = in.prompt(); try {
} catch (final IOException e) { proc = Runtime.getRuntime().exec(args);
throw new CommandRunException( } catch (final IOException e2) {
CommandRunExceptionType.INTERACTION, LOGGER.log(Level.SEVERE, "Unable to run process", e2); //$NON-NLS-1$
"manager was closed", e, this); //$NON-NLS-1$ return;
} }
writer.write(user + EOL);
} final InputStream is = proc
} catch (final IOException e1) { .getInputStream();
throw new CommandRunException(CommandRunExceptionType.INTERACTION, final Thread th = new Thread(new Runnable() {
"manager was closed", e1, this); //$NON-NLS-1$
} @SuppressWarnings("synthetic-access")
} @Override
public void run() {
/** @param is the input stream try {
* @throws CommandRunException if the manager was closed while writing the readToEnd(out, is);
* stream */ is.close();
protected void readToEnd(final ConsoleOutput out, } catch (final CommandRunException e) {
final InputStream is) throws CommandRunException { LOGGER.log(Level.WARNING,
int c; "Manager was closed in the meantime...", e); //$NON-NLS-1$
try { } catch (final IOException e) {
while ((c = is.read()) != -1) { LOGGER.log(Level.WARNING, "Input stream was closed...", e); //$NON-NLS-1$
try { }
out.print(Character.valueOf((char) c).toString()); }
} catch (final IOException e) { });
throw new CommandRunException( th.start();
CommandRunExceptionType.INTERACTION, in.setPrompt(""); //$NON-NLS-1$
"manager was closed", e, this); //$NON-NLS-1$ final OutputStream os = proc.getOutputStream();
} try (BufferedWriter writer = new BufferedWriter(
} new OutputStreamWriter(os))) {
} catch (final IOException e) { while (th.isAlive()) {
LOGGER.log(Level.INFO, "input stream reading failed", e); //$NON-NLS-1$ String user;
} try {
} user = in.prompt();
} catch (final IOException e) {
/* (non-Javadoc) throw new CommandRunException(
* @see fr.bigeon.gclc.command.ICommand#tip() */ CommandRunExceptionType.INTERACTION,
@Override "manager was closed", e); //$NON-NLS-1$
public String tip() { }
return "Execute a system command"; //$NON-NLS-1$ writer.write(user + EOL);
} }
} catch (final IOException e1) {
/* (non-Javadoc) throw new CommandRunException(CommandRunExceptionType.INTERACTION,
* @see fr.bigeon.gclc.command.Command#usageDetail() */ "manager was closed", e1); //$NON-NLS-1$
@Override }
protected String usageDetail() { }
return " The system command is a system dependend command like sh on linux or" + //$NON-NLS-1$
System.lineSeparator() + "powershell on windows." + //$NON-NLS-1$ /** @param is the input stream
System.lineSeparator() + System.lineSeparator() + * @throws CommandRunException if the manager was closed while writing the
" As an example if you give \"cat /etc/hostname\" as argument, on a linux" + //$NON-NLS-1$ * stream */
System.lineSeparator() + protected void readToEnd(final ConsoleOutput out,
"system, you would get the computer name." + //$NON-NLS-1$ final InputStream is) throws CommandRunException {
System.lineSeparator(); int c;
} try {
while ((c = is.read()) != -1) {
/* (non-Javadoc) try {
* @see fr.bigeon.gclc.command.Command#usagePattern() */ out.print(Character.valueOf((char) c).toString());
@Override } catch (final IOException e) {
protected String usagePattern() { throw new CommandRunException(
return " CMD <system command>"; //$NON-NLS-1$ CommandRunExceptionType.INTERACTION,
} "manager was closed", e); //$NON-NLS-1$
}
} }
} catch (final IOException e) {
LOGGER.log(Level.INFO, "input stream reading failed", e); //$NON-NLS-1$
}
}
/* (non-Javadoc)
* @see fr.bigeon.gclc.command.ICommand#tip() */
@Override
public String tip() {
return "Execute a system command"; //$NON-NLS-1$
}
/* (non-Javadoc)
* @see fr.bigeon.gclc.command.Command#usageDetail() */
@Override
protected String usageDetail() {
return " The system command is a system dependend command like sh on linux or" + //$NON-NLS-1$
System.lineSeparator() + "powershell on windows." + //$NON-NLS-1$
System.lineSeparator() + System.lineSeparator() +
" As an example if you give \"cat /etc/hostname\" as argument, on a linux" + //$NON-NLS-1$
System.lineSeparator() +
"system, you would get the computer name." + //$NON-NLS-1$
System.lineSeparator();
}
/* (non-Javadoc)
* @see fr.bigeon.gclc.command.Command#usagePattern() */
@Override
protected String usagePattern() {
return " CMD <system command>"; //$NON-NLS-1$
}
}

View File

@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>gclc</artifactId> <artifactId>gclc</artifactId>
<version>2.0.7</version> <version>2.0.8-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<url>http://bigeon.net</url> <url>http://bigeon.net</url>
<properties> <properties>
@@ -74,7 +74,7 @@
<description>A generic framework for console applications, with customized command input and output streams.</description> <description>A generic framework for console applications, with customized command input and output streams.</description>
<scm> <scm>
<developerConnection>scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git</developerConnection> <developerConnection>scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git</developerConnection>
<tag>gclc-2.0.7</tag> <tag>HEAD</tag>
</scm> </scm>
<groupId>net.bigeon</groupId> <groupId>net.bigeon</groupId>
</project> </project>

View File

@@ -282,7 +282,7 @@ public final class ConsoleApplication implements ICommandProvider {
} catch (final IOException e) { } catch (final IOException e) {
// The manager was closed // The manager was closed
running = false; running = false;
LOGGER.warning("Console manager alreaady closed."); //$NON-NLS-1$ LOGGER.warning("Console manager already closed."); //$NON-NLS-1$
LOGGER.log(Level.FINE, LOGGER.log(Level.FINE,
"Exception raised by goodbye message printing... Application will still close.", //$NON-NLS-1$ "Exception raised by goodbye message printing... Application will still close.", //$NON-NLS-1$
e); e);