Moved package from fr.devinsy.util to fr.devinsy.

This commit is contained in:
Christian P. MOMON 2018-05-31 11:09:36 +02:00
parent 0cfdec1bee
commit 642311c24b
18 changed files with 40 additions and 40 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2010,2013-2014,2017 Christian Pierre MOMON
* Copyright (C) 2006-2010,2013-2014,2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix;
package fr.devinsy.unix;
import java.util.Vector;

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2010,2013-2014,2017 Christian Pierre MOMON
* Copyright (C) 2006-2010,2013-2014,2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix;
package fr.devinsy.unix;
import java.io.BufferedReader;
import java.io.FileReader;

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2010,2013-2014,2017 Christian Pierre MOMON
* Copyright (C) 2006-2010,2013-2014,2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix;
package fr.devinsy.unix;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2010,2013-2014,2017 Christian Pierre MOMON
* Copyright (C) 2006-2010,2013-2014,2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix;
package fr.devinsy.unix;
import java.io.BufferedReader;
import java.io.FileReader;

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2010,2013-2014,2017 Christian Pierre MOMON
* Copyright (C) 2006-2010,2013-2014,2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix;
package fr.devinsy.unix;
import java.util.Vector;

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2010,2013-2014,2017 Christian Pierre MOMON
* Copyright (C) 2006-2010,2013-2014,2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix;
package fr.devinsy.unix;
import java.util.Iterator;
import java.util.Vector;

View file

@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix;
package fr.devinsy.unix;
import java.io.File;
import java.util.Vector;
@ -29,8 +29,8 @@ import org.slf4j.LoggerFactory;
import fr.devinsy.cmdexec.CmdExecException;
import fr.devinsy.cmdexec.CmdExecUtils;
import fr.devinsy.strings.StringsUtils;
import fr.devinsy.util.unix.acl.Acl;
import fr.devinsy.util.unix.acl.AclManager;
import fr.devinsy.unix.acl.Acl;
import fr.devinsy.unix.acl.AclManager;
/**
* The Class Unix.

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2016-2017 Christian Pierre MOMON
* Copyright (C) 2016-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix;
package fr.devinsy.unix;
/**
* The Class UnixException.

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2010,2013-2014,2017 Christian Pierre MOMON
* Copyright (C) 2006-2010,2013-2014,2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix;
package fr.devinsy.unix;
/**
* The Class User.

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2010,2013-2014,2017 Christian Pierre MOMON
* Copyright (C) 2006-2010,2013-2014,2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix;
package fr.devinsy.unix;
import java.util.Iterator;
import java.util.Vector;

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010, 2013-2014,2017 Christian Pierre MOMON
* Copyright (C) 2010, 2013-2014,2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix.acl;
package fr.devinsy.unix.acl;
/**
* The Class Acl.

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010, 2013-2014,2017 Christian Pierre MOMON
* Copyright (C) 2010, 2013-2014,2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix.acl;
package fr.devinsy.unix.acl;
import java.util.Iterator;
import java.util.Vector;

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010,2013-2014,2017 Christian Pierre MOMON
* Copyright (C) 2010,2013-2014,2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix.acl;
package fr.devinsy.unix.acl;
/**
* The Class AclEntry.

View file

@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix.acl;
package fr.devinsy.unix.acl;
import java.io.File;
import java.util.regex.Matcher;
@ -28,8 +28,8 @@ import org.slf4j.LoggerFactory;
import fr.devinsy.cmdexec.CmdExecException;
import fr.devinsy.strings.StringsUtils;
import fr.devinsy.util.unix.Unix;
import fr.devinsy.util.unix.UnixException;
import fr.devinsy.unix.Unix;
import fr.devinsy.unix.UnixException;
/**
* The Class AclManager.

View file

@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix.demo;
package fr.devinsy.unix.demo;
import fr.devinsy.strings.StringList;

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2017 Christian Pierre MOMON
* Copyright (C) 2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix.linux;
package fr.devinsy.unix.linux;
import java.io.File;
import java.io.IOException;

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2010,2013-2015,2017 Christian Pierre MOMON
* Copyright (C) 2010,2013-2015,2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,7 +16,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix;
package fr.devinsy.unix;
import org.junit.Assert;
import org.junit.Test;
@ -27,8 +27,8 @@ import org.junit.Test;
public class EtcPasswdFileTest
{
/**
*
*/
*
*/
@Test
public void test01()
{

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2017 Christian Pierre MOMON
* Copyright (C) 2017-2018 Christian Pierre MOMON
*
* This file is part of Devinsy-unix.
*
@ -16,13 +16,13 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Devinsy-unix. If not, see <http://www.gnu.org/licenses/>
*/
package fr.devinsy.util.unix;
package fr.devinsy.unix;
import java.io.IOException;
import org.junit.Test;
import fr.devinsy.util.unix.linux.Linux;
import fr.devinsy.unix.linux.Linux;
/**
* The Class LinuxTest.