diff --git a/.classpath b/.classpath index e34bd1f..bcf7cf1 100644 --- a/.classpath +++ b/.classpath @@ -7,8 +7,18 @@ - - - + + + + + + + + + + + + + diff --git a/.settings/org.eclipse.ltk.core.refactoring.prefs b/.settings/org.eclipse.ltk.core.refactoring.prefs new file mode 100644 index 0000000..b196c64 --- /dev/null +++ b/.settings/org.eclipse.ltk.core.refactoring.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false diff --git a/.settings/org.testng.eclipse.maven.prefs b/.settings/org.testng.eclipse.maven.prefs new file mode 100644 index 0000000..534ec3f --- /dev/null +++ b/.settings/org.testng.eclipse.maven.prefs @@ -0,0 +1,5 @@ +eclipse.preferences.version=1 +org.testng.eclipse.maven.argline=true +org.testng.eclipse.maven.environ=false +org.testng.eclipse.maven.sysproperties=false +userprojectsettings=false diff --git a/lib/allclasses-frame.html b/lib/allclasses-frame.html new file mode 100644 index 0000000..98f1199 --- /dev/null +++ b/lib/allclasses-frame.html @@ -0,0 +1,31 @@ + + + + + +All Classes + + + + + +

All Classes

+ + + diff --git a/lib/allclasses-noframe.html b/lib/allclasses-noframe.html new file mode 100644 index 0000000..481f50c --- /dev/null +++ b/lib/allclasses-noframe.html @@ -0,0 +1,31 @@ + + + + + +All Classes + + + + + +

All Classes

+ + + diff --git a/lib/commons-io-2.5-javadoc.jar b/lib/commons-io-2.5-javadoc.jar new file mode 100644 index 0000000..b957529 Binary files /dev/null and b/lib/commons-io-2.5-javadoc.jar differ diff --git a/lib/commons-io-2.5.jar b/lib/commons-io-2.5.jar new file mode 100644 index 0000000..1234918 Binary files /dev/null and b/lib/commons-io-2.5.jar differ diff --git a/lib/commons-lang3-3.4-javadoc.jar b/lib/commons-lang3-3.4-javadoc.jar new file mode 100644 index 0000000..f5c7c59 Binary files /dev/null and b/lib/commons-lang3-3.4-javadoc.jar differ diff --git a/lib/constant-values.html b/lib/constant-values.html new file mode 100644 index 0000000..00e0071 --- /dev/null +++ b/lib/constant-values.html @@ -0,0 +1,124 @@ + + + + + +Constant Field Values + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + + + +
+ + + + diff --git a/lib/deprecated-list.html b/lib/deprecated-list.html new file mode 100644 index 0000000..58ef389 --- /dev/null +++ b/lib/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + +Deprecated List + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + + + diff --git a/lib/help-doc.html b/lib/help-doc.html new file mode 100644 index 0000000..42f3692 --- /dev/null +++ b/lib/help-doc.html @@ -0,0 +1,229 @@ + + + + + +API Help + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + + + diff --git a/lib/index-files/index-1.html b/lib/index-files/index-1.html new file mode 100644 index 0000000..2518541 --- /dev/null +++ b/lib/index-files/index-1.html @@ -0,0 +1,141 @@ + + + + + +A-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D G H M O R S T U  + + +

A

+
+
AboutDialog - Class in org.dclermonte.siba.gui
+
 
+
AboutDialog() - Constructor for class org.dclermonte.siba.gui.AboutDialog
+
+
Create the dialog.
+
+
approveSelection() - Method in class org.dclermonte.siba.gui.CheckDirectorySelector
+
 
+
approveSelection() - Method in class org.dclermonte.siba.gui.SourceDirectorySelector
+
 
+
approveSelection() - Method in class org.dclermonte.siba.gui.TargetDirectorySelector
+
 
+
availableLookAndFeels() - Static method in class org.dclermonte.siba.gui.utils.GUIToolBox
+
 
+
+A B C D G H M O R S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/lib/index-files/index-10.html b/lib/index-files/index-10.html new file mode 100644 index 0000000..ffc96aa --- /dev/null +++ b/lib/index-files/index-10.html @@ -0,0 +1,204 @@ + + + + + +S-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D G H M O R S T U  + + +

S

+
+
setSelectedFile(File) - Method in class org.dclermonte.siba.gui.CheckDirectorySelector
+
 
+
setSelectedFile(File) - Method in class org.dclermonte.siba.gui.SourceDirectorySelector
+
 
+
setSelectedFile(File) - Method in class org.dclermonte.siba.gui.TargetDirectorySelector
+
 
+
setVisible(boolean) - Method in class org.dclermonte.siba.gui.CheckDirectorySelector
+
 
+
setVisible(boolean) - Method in class org.dclermonte.siba.gui.SourceDirectorySelector
+
 
+
setVisible(boolean) - Method in class org.dclermonte.siba.gui.TargetDirectorySelector
+
 
+
showSelectorDialog(Component, File) - Static method in class org.dclermonte.siba.gui.CheckDirectorySelector
+
+
This method is the main one of the selector.
+
+
showSelectorDialog(Component, File) - Static method in class org.dclermonte.siba.gui.SourceDirectorySelector
+
+
This method is the main one of the selector.
+
+
showSelectorDialog(Component, File) - Static method in class org.dclermonte.siba.gui.TargetDirectorySelector
+
+
This method is the main one of the selector.
+
+
Siba - Class in org.dclermonte.siba
+
 
+
Siba() - Constructor for class org.dclermonte.siba.Siba
+
 
+
SibaCLI - Class in org.dclermonte.siba.cli
+
+
CLI = the Command Line Interface
+
+
SibaCLI() - Constructor for class org.dclermonte.siba.cli.SibaCLI
+
 
+
SibaException - Class in org.dclermonte.siba
+
+
The class Exception and its subclasses are a form of + Throwable that indicates conditions that a reasonable application + might want to catch.
+
+
SibaException() - Constructor for class org.dclermonte.siba.SibaException
+
+
Constructs a new exception with null as its detail message.
+
+
SibaException(String) - Constructor for class org.dclermonte.siba.SibaException
+
+
Constructs a new exception with the specified detail message.
+
+
SibaException(String, Throwable) - Constructor for class org.dclermonte.siba.SibaException
+
+
Constructs a new exception with the specified detail message and cause.
+
+
SibaException(Throwable) - Constructor for class org.dclermonte.siba.SibaException
+
+
Constructs a new exception with the specified cause and a detail message + of (cause==null ?
+
+
SibaGUI - Class in org.dclermonte.siba.gui
+
 
+
SibaGUI() - Constructor for class org.dclermonte.siba.gui.SibaGUI
+
+
Create the application.
+
+
SibaManager - Class in org.dclermonte.siba.model
+
 
+
SibaManager() - Constructor for class org.dclermonte.siba.model.SibaManager
+
 
+
SibaNullException - Class in org.dclermonte.siba
+
 
+
SibaNullException() - Constructor for class org.dclermonte.siba.SibaNullException
+
 
+
SibaNullException(String) - Constructor for class org.dclermonte.siba.SibaNullException
+
 
+
SourceDirectorySelector - Class in org.dclermonte.siba.gui
+
 
+
SourceDirectorySelector(File) - Constructor for class org.dclermonte.siba.gui.SourceDirectorySelector
+
 
+
+A B C D G H M O R S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/lib/index-files/index-11.html b/lib/index-files/index-11.html new file mode 100644 index 0000000..acb34ba --- /dev/null +++ b/lib/index-files/index-11.html @@ -0,0 +1,131 @@ + + + + + +T-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D G H M O R S T U  + + +

T

+
+
TargetDirectorySelector - Class in org.dclermonte.siba.gui
+
 
+
TargetDirectorySelector(File) - Constructor for class org.dclermonte.siba.gui.TargetDirectorySelector
+
 
+
+A B C D G H M O R S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/lib/index-files/index-12.html b/lib/index-files/index-12.html new file mode 100644 index 0000000..a4f96d0 --- /dev/null +++ b/lib/index-files/index-12.html @@ -0,0 +1,129 @@ + + + + + +U-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D G H M O R S T U  + + +

U

+
+
updateLanguage(Locale) - Method in class org.dclermonte.siba.gui.SibaGUI
+
 
+
+A B C D G H M O R S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/lib/index-files/index-2.html b/lib/index-files/index-2.html new file mode 100644 index 0000000..9063567 --- /dev/null +++ b/lib/index-files/index-2.html @@ -0,0 +1,137 @@ + + + + + +B-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D G H M O R S T U  + + +

B

+
+
backup(File, File) - Static method in class org.dclermonte.siba.cli.SibaCLI
+
 
+
backup(File, File) - Static method in class org.dclermonte.siba.model.SibaManager
+
 
+
BackupPanel - Class in org.dclermonte.siba.gui
+
 
+
BackupPanel() - Constructor for class org.dclermonte.siba.gui.BackupPanel
+
+
Create the panel.
+
+
+A B C D G H M O R S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/lib/index-files/index-3.html b/lib/index-files/index-3.html new file mode 100644 index 0000000..7711416 --- /dev/null +++ b/lib/index-files/index-3.html @@ -0,0 +1,149 @@ + + + + + +C-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D G H M O R S T U  + + +

C

+
+
cancelSelection() - Method in class org.dclermonte.siba.gui.CheckDirectorySelector
+
 
+
cancelSelection() - Method in class org.dclermonte.siba.gui.SourceDirectorySelector
+
 
+
cancelSelection() - Method in class org.dclermonte.siba.gui.TargetDirectorySelector
+
 
+
check(File) - Static method in class org.dclermonte.siba.cli.SibaCLI
+
 
+
check(File) - Static method in class org.dclermonte.siba.model.SibaManager
+
 
+
CheckDirectorySelector - Class in org.dclermonte.siba.gui
+
 
+
CheckDirectorySelector(File) - Constructor for class org.dclermonte.siba.gui.CheckDirectorySelector
+
 
+
CheckPanel - Class in org.dclermonte.siba.gui
+
 
+
CheckPanel() - Constructor for class org.dclermonte.siba.gui.CheckPanel
+
+
Create the panel.
+
+
choosenDirectory() - Method in class org.dclermonte.siba.gui.CheckPanel
+
 
+
+A B C D G H M O R S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/lib/index-files/index-4.html b/lib/index-files/index-4.html new file mode 100644 index 0000000..f392f5c --- /dev/null +++ b/lib/index-files/index-4.html @@ -0,0 +1,129 @@ + + + + + +D-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D G H M O R S T U  + + +

D

+
+
directoryToSave(File, TarArchiveOutputStream, int) - Static method in class org.dclermonte.siba.model.SibaManager
+
 
+
+A B C D G H M O R S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/lib/index-files/index-5.html b/lib/index-files/index-5.html new file mode 100644 index 0000000..274af1e --- /dev/null +++ b/lib/index-files/index-5.html @@ -0,0 +1,131 @@ + + + + + +G-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D G H M O R S T U  + + +

G

+
+
GUIToolBox - Class in org.dclermonte.siba.gui.utils
+
 
+
GUIToolBox() - Constructor for class org.dclermonte.siba.gui.utils.GUIToolBox
+
 
+
+A B C D G H M O R S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/lib/index-files/index-6.html b/lib/index-files/index-6.html new file mode 100644 index 0000000..11a5bba --- /dev/null +++ b/lib/index-files/index-6.html @@ -0,0 +1,129 @@ + + + + + +H-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D G H M O R S T U  + + +

H

+
+
help() - Static method in class org.dclermonte.siba.cli.SibaCLI
+
 
+
+A B C D G H M O R S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/lib/index-files/index-7.html b/lib/index-files/index-7.html new file mode 100644 index 0000000..6d55d7c --- /dev/null +++ b/lib/index-files/index-7.html @@ -0,0 +1,135 @@ + + + + + +M-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D G H M O R S T U  + + +

M

+
+
main(String) - Static method in class org.dclermonte.siba.gui.AboutDialog
+
+
Launch the application.
+
+
main(String[]) - Static method in class org.dclermonte.siba.Siba
+
 
+
md5(File, String) - Static method in class org.dclermonte.siba.model.SibaManager
+
 
+
+A B C D G H M O R S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/lib/index-files/index-8.html b/lib/index-files/index-8.html new file mode 100644 index 0000000..384c524 --- /dev/null +++ b/lib/index-files/index-8.html @@ -0,0 +1,133 @@ + + + + + +O-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D G H M O R S T U  + + +

O

+
+
org.dclermonte.siba.cli - package org.dclermonte.siba.cli
+
 
+
org.dclermonte.siba.gui - package org.dclermonte.siba.gui
+
 
+
org.dclermonte.siba.gui.utils - package org.dclermonte.siba.gui.utils
+
 
+
+A B C D G H M O R S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/lib/index-files/index-9.html b/lib/index-files/index-9.html new file mode 100644 index 0000000..c3caa79 --- /dev/null +++ b/lib/index-files/index-9.html @@ -0,0 +1,131 @@ + + + + + +R-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D G H M O R S T U  + + +

R

+
+
run(String[]) - Static method in class org.dclermonte.siba.cli.SibaCLI
+
 
+
run() - Static method in class org.dclermonte.siba.gui.SibaGUI
+
 
+
+A B C D G H M O R S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/lib/index.html b/lib/index.html new file mode 100644 index 0000000..2de5d59 --- /dev/null +++ b/lib/index.html @@ -0,0 +1,74 @@ + + + + + +Generated Documentation (Untitled) + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/lib/org/dclermonte/siba/Siba.html b/lib/org/dclermonte/siba/Siba.html new file mode 100644 index 0000000..c93f24d --- /dev/null +++ b/lib/org/dclermonte/siba/Siba.html @@ -0,0 +1,282 @@ + + + + + +Siba + + + + + + + + + + + + +
+
org.dclermonte.siba
+

Class Siba

+
+
+ +
+
    +
  • +
    +
    +
    public class Siba
    +extends Object
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/SibaException.html b/lib/org/dclermonte/siba/SibaException.html new file mode 100644 index 0000000..4d02d40 --- /dev/null +++ b/lib/org/dclermonte/siba/SibaException.html @@ -0,0 +1,365 @@ + + + + + +SibaException + + + + + + + + + + + + +
+
org.dclermonte.siba
+

Class SibaException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    SibaNullException
    +
    +
    +
    +
    public class SibaException
    +extends Throwable
    +
    The class Exception and its subclasses are a form of + Throwable that indicates conditions that a reasonable application + might want to catch. + +

    + The class Exception and any subclasses that are not also subclasses + of RuntimeException are checked + exceptions. Checked exceptions need to be declared in a method or + constructor's throws clause if they can be thrown by the execution of + the method or constructor and propagate outside the method or constructor + boundary.

    +
    +
    Since:
    +
    JDK1.0
    +
    Author:
    +
    Frank Yellin
    +
    See Also:
    +
    Error, +Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SibaException

        +
        public SibaException()
        +
        Constructs a new exception with null as its detail message. The + cause is not initialized, and may subsequently be initialized by a call + to Throwable.initCause(java.lang.Throwable).
        +
      • +
      + + + +
        +
      • +

        SibaException

        +
        public SibaException(String message)
        +
        Constructs a new exception with the specified detail message. The cause + is not initialized, and may subsequently be initialized by a call to + Throwable.initCause(java.lang.Throwable).
        +
        +
        Parameters:
        +
        message - the detail message. The detail message is saved for later + retrieval by the Throwable.getMessage() method.
        +
        +
      • +
      + + + +
        +
      • +

        SibaException

        +
        public SibaException(String message,
        +                     Throwable cause)
        +
        Constructs a new exception with the specified detail message and cause. +

        + Note that the detail message associated with cause is not + automatically incorporated in this exception's detail message.

        +
        +
        Parameters:
        +
        message - the detail message (which is saved for later retrieval by the + Throwable.getMessage() method).
        +
        cause - the cause (which is saved for later retrieval by the + Throwable.getCause() method). (A null value is + permitted, and indicates that the cause is nonexistent or + unknown.)
        +
        Since:
        +
        1.4
        +
        +
      • +
      + + + +
        +
      • +

        SibaException

        +
        public SibaException(Throwable cause)
        +
        Constructs a new exception with the specified cause and a detail message + of (cause==null ? null : cause.toString()) (which typically + contains the class and detail message of cause). This + constructor is useful for exceptions that are little more than wrappers + for other throwables (for example, + PrivilegedActionException).
        +
        +
        Parameters:
        +
        cause - the cause (which is saved for later retrieval by the + Throwable.getCause() method). (A null value is + permitted, and indicates that the cause is nonexistent or + unknown.)
        +
        Since:
        +
        1.4
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/SibaNullException.html b/lib/org/dclermonte/siba/SibaNullException.html new file mode 100644 index 0000000..2a8c737 --- /dev/null +++ b/lib/org/dclermonte/siba/SibaNullException.html @@ -0,0 +1,274 @@ + + + + + +SibaNullException + + + + + + + + + + + + +
+
org.dclermonte.siba
+

Class SibaNullException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SibaNullException

        +
        public SibaNullException()
        +
      • +
      + + + +
        +
      • +

        SibaNullException

        +
        public SibaNullException(String message)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/class-use/Siba.html b/lib/org/dclermonte/siba/class-use/Siba.html new file mode 100644 index 0000000..a0d3f7f --- /dev/null +++ b/lib/org/dclermonte/siba/class-use/Siba.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class org.dclermonte.siba.Siba + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.Siba

+
+
No usage of org.dclermonte.siba.Siba
+ + + + + + diff --git a/lib/org/dclermonte/siba/class-use/SibaException.html b/lib/org/dclermonte/siba/class-use/SibaException.html new file mode 100644 index 0000000..6a349bc --- /dev/null +++ b/lib/org/dclermonte/siba/class-use/SibaException.html @@ -0,0 +1,164 @@ + + + + + +Uses of Class org.dclermonte.siba.SibaException + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.SibaException

+
+
+ +
+ + + + + + diff --git a/lib/org/dclermonte/siba/class-use/SibaNullException.html b/lib/org/dclermonte/siba/class-use/SibaNullException.html new file mode 100644 index 0000000..d961cb8 --- /dev/null +++ b/lib/org/dclermonte/siba/class-use/SibaNullException.html @@ -0,0 +1,214 @@ + + + + + +Uses of Class org.dclermonte.siba.SibaNullException + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.SibaNullException

+
+
+ +
+ + + + + + diff --git a/lib/org/dclermonte/siba/cli/SibaCLI.html b/lib/org/dclermonte/siba/cli/SibaCLI.html new file mode 100644 index 0000000..679e3e3 --- /dev/null +++ b/lib/org/dclermonte/siba/cli/SibaCLI.html @@ -0,0 +1,342 @@ + + + + + +SibaCLI + + + + + + + + + + + + +
+
org.dclermonte.siba.cli
+

Class SibaCLI

+
+
+ +
+
    +
  • +
    +
    +
    public class SibaCLI
    +extends Object
    +
    CLI = the Command Line Interface
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/cli/class-use/SibaCLI.html b/lib/org/dclermonte/siba/cli/class-use/SibaCLI.html new file mode 100644 index 0000000..840b6c3 --- /dev/null +++ b/lib/org/dclermonte/siba/cli/class-use/SibaCLI.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class org.dclermonte.siba.cli.SibaCLI + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.cli.SibaCLI

+
+
No usage of org.dclermonte.siba.cli.SibaCLI
+ + + + + + diff --git a/lib/org/dclermonte/siba/cli/package-frame.html b/lib/org/dclermonte/siba/cli/package-frame.html new file mode 100644 index 0000000..6c19fcd --- /dev/null +++ b/lib/org/dclermonte/siba/cli/package-frame.html @@ -0,0 +1,20 @@ + + + + + +org.dclermonte.siba.cli + + + + + +

org.dclermonte.siba.cli

+
+

Classes

+ +
+ + diff --git a/lib/org/dclermonte/siba/cli/package-summary.html b/lib/org/dclermonte/siba/cli/package-summary.html new file mode 100644 index 0000000..1c21bd9 --- /dev/null +++ b/lib/org/dclermonte/siba/cli/package-summary.html @@ -0,0 +1,144 @@ + + + + + +org.dclermonte.siba.cli + + + + + + + + + + + +
+

Package org.dclermonte.siba.cli

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    SibaCLI +
    CLI = the Command Line Interface
    +
    +
  • +
+
+ + + + + + diff --git a/lib/org/dclermonte/siba/cli/package-tree.html b/lib/org/dclermonte/siba/cli/package-tree.html new file mode 100644 index 0000000..e296554 --- /dev/null +++ b/lib/org/dclermonte/siba/cli/package-tree.html @@ -0,0 +1,137 @@ + + + + + +org.dclermonte.siba.cli Class Hierarchy + + + + + + + + + + + +
+

Hierarchy For Package org.dclermonte.siba.cli

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/lib/org/dclermonte/siba/cli/package-use.html b/lib/org/dclermonte/siba/cli/package-use.html new file mode 100644 index 0000000..f8ca016 --- /dev/null +++ b/lib/org/dclermonte/siba/cli/package-use.html @@ -0,0 +1,124 @@ + + + + + +Uses of Package org.dclermonte.siba.cli + + + + + + + + + + + +
+

Uses of Package
org.dclermonte.siba.cli

+
+
No usage of org.dclermonte.siba.cli
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/AboutDialog.html b/lib/org/dclermonte/siba/gui/AboutDialog.html new file mode 100644 index 0000000..1e6563e --- /dev/null +++ b/lib/org/dclermonte/siba/gui/AboutDialog.html @@ -0,0 +1,410 @@ + + + + + +AboutDialog + + + + + + + + + + + + +
+
org.dclermonte.siba.gui
+

Class AboutDialog

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AboutDialog

        +
        public AboutDialog()
        +
        Create the dialog.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String string)
        +
        Launch the application.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/gui/BackupPanel.html b/lib/org/dclermonte/siba/gui/BackupPanel.html new file mode 100644 index 0000000..29ecb94 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/BackupPanel.html @@ -0,0 +1,347 @@ + + + + + +BackupPanel + + + + + + + + + + + + +
+
org.dclermonte.siba.gui
+

Class BackupPanel

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BackupPanel

        +
        public BackupPanel()
        +
        Create the panel.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/gui/CheckDirectorySelector.html b/lib/org/dclermonte/siba/gui/CheckDirectorySelector.html new file mode 100644 index 0000000..c9bee07 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/CheckDirectorySelector.html @@ -0,0 +1,463 @@ + + + + + +CheckDirectorySelector + + + + + + + + + + + + +
+
org.dclermonte.siba.gui
+

Class CheckDirectorySelector

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CheckDirectorySelector

        +
        public CheckDirectorySelector(File targetFile)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/gui/CheckPanel.html b/lib/org/dclermonte/siba/gui/CheckPanel.html new file mode 100644 index 0000000..e3475a9 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/CheckPanel.html @@ -0,0 +1,390 @@ + + + + + +CheckPanel + + + + + + + + + + + + +
+
org.dclermonte.siba.gui
+

Class CheckPanel

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/gui/SibaGUI.html b/lib/org/dclermonte/siba/gui/SibaGUI.html new file mode 100644 index 0000000..395e359 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/SibaGUI.html @@ -0,0 +1,298 @@ + + + + + +SibaGUI + + + + + + + + + + + + +
+
org.dclermonte.siba.gui
+

Class SibaGUI

+
+
+ +
+
    +
  • +
    +
    +
    public class SibaGUI
    +extends Object
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/gui/SourceDirectorySelector.html b/lib/org/dclermonte/siba/gui/SourceDirectorySelector.html new file mode 100644 index 0000000..d3ef5a9 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/SourceDirectorySelector.html @@ -0,0 +1,465 @@ + + + + + +SourceDirectorySelector + + + + + + + + + + + + +
+
org.dclermonte.siba.gui
+

Class SourceDirectorySelector

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SourceDirectorySelector

        +
        public SourceDirectorySelector(File targetFile)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/gui/TargetDirectorySelector.html b/lib/org/dclermonte/siba/gui/TargetDirectorySelector.html new file mode 100644 index 0000000..d73716c --- /dev/null +++ b/lib/org/dclermonte/siba/gui/TargetDirectorySelector.html @@ -0,0 +1,465 @@ + + + + + +TargetDirectorySelector + + + + + + + + + + + + +
+
org.dclermonte.siba.gui
+

Class TargetDirectorySelector

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TargetDirectorySelector

        +
        public TargetDirectorySelector(File targetFile)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/gui/class-use/AboutDialog.html b/lib/org/dclermonte/siba/gui/class-use/AboutDialog.html new file mode 100644 index 0000000..cfae54a --- /dev/null +++ b/lib/org/dclermonte/siba/gui/class-use/AboutDialog.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class org.dclermonte.siba.gui.AboutDialog + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.gui.AboutDialog

+
+
No usage of org.dclermonte.siba.gui.AboutDialog
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/class-use/BackupPanel.html b/lib/org/dclermonte/siba/gui/class-use/BackupPanel.html new file mode 100644 index 0000000..9999e41 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/class-use/BackupPanel.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class org.dclermonte.siba.gui.BackupPanel + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.gui.BackupPanel

+
+
No usage of org.dclermonte.siba.gui.BackupPanel
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/class-use/CheckDirectorySelector.html b/lib/org/dclermonte/siba/gui/class-use/CheckDirectorySelector.html new file mode 100644 index 0000000..93d9d68 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/class-use/CheckDirectorySelector.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class org.dclermonte.siba.gui.CheckDirectorySelector + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.gui.CheckDirectorySelector

+
+
No usage of org.dclermonte.siba.gui.CheckDirectorySelector
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/class-use/CheckPanel.html b/lib/org/dclermonte/siba/gui/class-use/CheckPanel.html new file mode 100644 index 0000000..204593e --- /dev/null +++ b/lib/org/dclermonte/siba/gui/class-use/CheckPanel.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class org.dclermonte.siba.gui.CheckPanel + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.gui.CheckPanel

+
+
No usage of org.dclermonte.siba.gui.CheckPanel
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/class-use/SibaGUI.html b/lib/org/dclermonte/siba/gui/class-use/SibaGUI.html new file mode 100644 index 0000000..496fa0a --- /dev/null +++ b/lib/org/dclermonte/siba/gui/class-use/SibaGUI.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class org.dclermonte.siba.gui.SibaGUI + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.gui.SibaGUI

+
+
No usage of org.dclermonte.siba.gui.SibaGUI
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/class-use/SourceDirectorySelector.html b/lib/org/dclermonte/siba/gui/class-use/SourceDirectorySelector.html new file mode 100644 index 0000000..8dbe9d4 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/class-use/SourceDirectorySelector.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class org.dclermonte.siba.gui.SourceDirectorySelector + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.gui.SourceDirectorySelector

+
+
No usage of org.dclermonte.siba.gui.SourceDirectorySelector
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/class-use/TargetDirectorySelector.html b/lib/org/dclermonte/siba/gui/class-use/TargetDirectorySelector.html new file mode 100644 index 0000000..fc96777 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/class-use/TargetDirectorySelector.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class org.dclermonte.siba.gui.TargetDirectorySelector + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.gui.TargetDirectorySelector

+
+
No usage of org.dclermonte.siba.gui.TargetDirectorySelector
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/package-frame.html b/lib/org/dclermonte/siba/gui/package-frame.html new file mode 100644 index 0000000..10435f7 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/package-frame.html @@ -0,0 +1,26 @@ + + + + + +org.dclermonte.siba.gui + + + + + +

org.dclermonte.siba.gui

+ + + diff --git a/lib/org/dclermonte/siba/gui/package-summary.html b/lib/org/dclermonte/siba/gui/package-summary.html new file mode 100644 index 0000000..65b79a7 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/package-summary.html @@ -0,0 +1,166 @@ + + + + + +org.dclermonte.siba.gui + + + + + + + + + + + +
+

Package org.dclermonte.siba.gui

+
+
+ +
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/package-tree.html b/lib/org/dclermonte/siba/gui/package-tree.html new file mode 100644 index 0000000..5dc12ad --- /dev/null +++ b/lib/org/dclermonte/siba/gui/package-tree.html @@ -0,0 +1,175 @@ + + + + + +org.dclermonte.siba.gui Class Hierarchy + + + + + + + + + + + +
+

Hierarchy For Package org.dclermonte.siba.gui

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/package-use.html b/lib/org/dclermonte/siba/gui/package-use.html new file mode 100644 index 0000000..240ff5f --- /dev/null +++ b/lib/org/dclermonte/siba/gui/package-use.html @@ -0,0 +1,124 @@ + + + + + +Uses of Package org.dclermonte.siba.gui + + + + + + + + + + + +
+

Uses of Package
org.dclermonte.siba.gui

+
+
No usage of org.dclermonte.siba.gui
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/utils/GUIToolBox.html b/lib/org/dclermonte/siba/gui/utils/GUIToolBox.html new file mode 100644 index 0000000..24f8a15 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/utils/GUIToolBox.html @@ -0,0 +1,274 @@ + + + + + +GUIToolBox + + + + + + + + + + + + +
+
org.dclermonte.siba.gui.utils
+

Class GUIToolBox

+
+
+ +
+
    +
  • +
    +
    +
    public class GUIToolBox
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GUIToolBox

        +
        public GUIToolBox()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        availableLookAndFeels

        +
        public static List<String> availableLookAndFeels()
        +
        +
        Returns:
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/gui/utils/class-use/GUIToolBox.html b/lib/org/dclermonte/siba/gui/utils/class-use/GUIToolBox.html new file mode 100644 index 0000000..db3ee81 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/utils/class-use/GUIToolBox.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class org.dclermonte.siba.gui.utils.GUIToolBox + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.gui.utils.GUIToolBox

+
+
No usage of org.dclermonte.siba.gui.utils.GUIToolBox
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/utils/package-frame.html b/lib/org/dclermonte/siba/gui/utils/package-frame.html new file mode 100644 index 0000000..3b13048 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/utils/package-frame.html @@ -0,0 +1,20 @@ + + + + + +org.dclermonte.siba.gui.utils + + + + + +

org.dclermonte.siba.gui.utils

+
+

Classes

+ +
+ + diff --git a/lib/org/dclermonte/siba/gui/utils/package-summary.html b/lib/org/dclermonte/siba/gui/utils/package-summary.html new file mode 100644 index 0000000..ee0577d --- /dev/null +++ b/lib/org/dclermonte/siba/gui/utils/package-summary.html @@ -0,0 +1,142 @@ + + + + + +org.dclermonte.siba.gui.utils + + + + + + + + + + + +
+

Package org.dclermonte.siba.gui.utils

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    GUIToolBox 
    +
  • +
+
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/utils/package-tree.html b/lib/org/dclermonte/siba/gui/utils/package-tree.html new file mode 100644 index 0000000..434d02e --- /dev/null +++ b/lib/org/dclermonte/siba/gui/utils/package-tree.html @@ -0,0 +1,137 @@ + + + + + +org.dclermonte.siba.gui.utils Class Hierarchy + + + + + + + + + + + +
+

Hierarchy For Package org.dclermonte.siba.gui.utils

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/lib/org/dclermonte/siba/gui/utils/package-use.html b/lib/org/dclermonte/siba/gui/utils/package-use.html new file mode 100644 index 0000000..1a52454 --- /dev/null +++ b/lib/org/dclermonte/siba/gui/utils/package-use.html @@ -0,0 +1,124 @@ + + + + + +Uses of Package org.dclermonte.siba.gui.utils + + + + + + + + + + + +
+

Uses of Package
org.dclermonte.siba.gui.utils

+
+
No usage of org.dclermonte.siba.gui.utils
+ + + + + + diff --git a/lib/org/dclermonte/siba/model/SibaManager.html b/lib/org/dclermonte/siba/model/SibaManager.html new file mode 100644 index 0000000..49b752b --- /dev/null +++ b/lib/org/dclermonte/siba/model/SibaManager.html @@ -0,0 +1,344 @@ + + + + + +SibaManager + + + + + + + + + + + + +
+
org.dclermonte.siba.model
+

Class SibaManager

+
+
+ +
+
    +
  • +
    +
    +
    public class SibaManager
    +extends Object
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/model/SibaManagerTest.html b/lib/org/dclermonte/siba/model/SibaManagerTest.html new file mode 100644 index 0000000..ec9e784 --- /dev/null +++ b/lib/org/dclermonte/siba/model/SibaManagerTest.html @@ -0,0 +1,319 @@ + + + + + +SibaManagerTest + + + + + + + + + + + + +
+
org.dclermonte.siba.model
+

Class SibaManagerTest

+
+
+ +
+
    +
  • +
    +
    +
    public class SibaManagerTest
    +extends Object
    +
    +
    Author:
    +
    cpm
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SibaManagerTest

        +
        public SibaManagerTest()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + + + diff --git a/lib/org/dclermonte/siba/model/class-use/SibaManager.html b/lib/org/dclermonte/siba/model/class-use/SibaManager.html new file mode 100644 index 0000000..51375b4 --- /dev/null +++ b/lib/org/dclermonte/siba/model/class-use/SibaManager.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class org.dclermonte.siba.model.SibaManager + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.model.SibaManager

+
+
No usage of org.dclermonte.siba.model.SibaManager
+ + + + + + diff --git a/lib/org/dclermonte/siba/model/class-use/SibaManagerTest.html b/lib/org/dclermonte/siba/model/class-use/SibaManagerTest.html new file mode 100644 index 0000000..e439067 --- /dev/null +++ b/lib/org/dclermonte/siba/model/class-use/SibaManagerTest.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class org.dclermonte.siba.model.SibaManagerTest + + + + + + + + + + + +
+

Uses of Class
org.dclermonte.siba.model.SibaManagerTest

+
+
No usage of org.dclermonte.siba.model.SibaManagerTest
+ + + + + + diff --git a/lib/org/dclermonte/siba/model/package-frame.html b/lib/org/dclermonte/siba/model/package-frame.html new file mode 100644 index 0000000..8faa9bb --- /dev/null +++ b/lib/org/dclermonte/siba/model/package-frame.html @@ -0,0 +1,20 @@ + + + + + +org.dclermonte.siba.model + + + + + +

org.dclermonte.siba.model

+
+

Classes

+ +
+ + diff --git a/lib/org/dclermonte/siba/model/package-summary.html b/lib/org/dclermonte/siba/model/package-summary.html new file mode 100644 index 0000000..f8d955a --- /dev/null +++ b/lib/org/dclermonte/siba/model/package-summary.html @@ -0,0 +1,142 @@ + + + + + +org.dclermonte.siba.model + + + + + + + + + + + +
+

Package org.dclermonte.siba.model

+
+
+
    +
  • + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    SibaManager 
    +
  • +
+
+ + + + + + diff --git a/lib/org/dclermonte/siba/model/package-tree.html b/lib/org/dclermonte/siba/model/package-tree.html new file mode 100644 index 0000000..2f2e612 --- /dev/null +++ b/lib/org/dclermonte/siba/model/package-tree.html @@ -0,0 +1,137 @@ + + + + + +org.dclermonte.siba.model Class Hierarchy + + + + + + + + + + + +
+

Hierarchy For Package org.dclermonte.siba.model

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/lib/org/dclermonte/siba/model/package-use.html b/lib/org/dclermonte/siba/model/package-use.html new file mode 100644 index 0000000..a382123 --- /dev/null +++ b/lib/org/dclermonte/siba/model/package-use.html @@ -0,0 +1,124 @@ + + + + + +Uses of Package org.dclermonte.siba.model + + + + + + + + + + + +
+

Uses of Package
org.dclermonte.siba.model

+
+
No usage of org.dclermonte.siba.model
+ + + + + + diff --git a/lib/org/dclermonte/siba/package-frame.html b/lib/org/dclermonte/siba/package-frame.html new file mode 100644 index 0000000..f228cfb --- /dev/null +++ b/lib/org/dclermonte/siba/package-frame.html @@ -0,0 +1,22 @@ + + + + + +org.dclermonte.siba + + + + + +

org.dclermonte.siba

+ + + diff --git a/lib/org/dclermonte/siba/package-summary.html b/lib/org/dclermonte/siba/package-summary.html new file mode 100644 index 0000000..1244b09 --- /dev/null +++ b/lib/org/dclermonte/siba/package-summary.html @@ -0,0 +1,154 @@ + + + + + +org.dclermonte.siba + + + + + + + + + + + +
+

Package org.dclermonte.siba

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Siba 
    SibaException +
    The class Exception and its subclasses are a form of + Throwable that indicates conditions that a reasonable application + might want to catch.
    +
    SibaNullException 
    +
  • +
+
+ + + + + + diff --git a/lib/org/dclermonte/siba/package-tree.html b/lib/org/dclermonte/siba/package-tree.html new file mode 100644 index 0000000..693fe1d --- /dev/null +++ b/lib/org/dclermonte/siba/package-tree.html @@ -0,0 +1,146 @@ + + + + + +org.dclermonte.siba Class Hierarchy + + + + + + + + + + + +
+

Hierarchy For Package org.dclermonte.siba

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/lib/org/dclermonte/siba/package-use.html b/lib/org/dclermonte/siba/package-use.html new file mode 100644 index 0000000..0af2209 --- /dev/null +++ b/lib/org/dclermonte/siba/package-use.html @@ -0,0 +1,202 @@ + + + + + +Uses of Package org.dclermonte.siba + + + + + + + + + + + +
+

Uses of Package
org.dclermonte.siba

+
+
+ +
+ + + + + + diff --git a/lib/overview-frame.html b/lib/overview-frame.html new file mode 100644 index 0000000..445afe7 --- /dev/null +++ b/lib/overview-frame.html @@ -0,0 +1,25 @@ + + + + + +Overview List + + + + + + + +

 

+ + diff --git a/lib/overview-summary.html b/lib/overview-summary.html new file mode 100644 index 0000000..7c9e4f0 --- /dev/null +++ b/lib/overview-summary.html @@ -0,0 +1,151 @@ + + + + + +Overview + + + + + + + + +
+ + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
org.dclermonte.siba 
org.dclermonte.siba.cli 
org.dclermonte.siba.gui 
org.dclermonte.siba.gui.utils 
org.dclermonte.siba.model 
+
+ +
+ + + + + + + +
+ + + + diff --git a/lib/overview-tree.html b/lib/overview-tree.html new file mode 100644 index 0000000..58cb586 --- /dev/null +++ b/lib/overview-tree.html @@ -0,0 +1,192 @@ + + + + + +Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + + +
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/lib/package-list b/lib/package-list new file mode 100644 index 0000000..0f68ecf --- /dev/null +++ b/lib/package-list @@ -0,0 +1,5 @@ +org.dclermonte.siba +org.dclermonte.siba.cli +org.dclermonte.siba.gui +org.dclermonte.siba.gui.utils +org.dclermonte.siba.model diff --git a/lib/script.js b/lib/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/lib/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/lib/serialized-form.html b/lib/serialized-form.html new file mode 100644 index 0000000..6fec47d --- /dev/null +++ b/lib/serialized-form.html @@ -0,0 +1,239 @@ + + + + + +Serialized Form + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/lib/stylesheet.css b/lib/stylesheet.css new file mode 100644 index 0000000..98055b2 --- /dev/null +++ b/lib/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/src/org/dclermonte/siba/Siba.java b/src/org/dclermonte/siba/Siba.java index 8464b97..f153fe2 100644 --- a/src/org/dclermonte/siba/Siba.java +++ b/src/org/dclermonte/siba/Siba.java @@ -29,19 +29,28 @@ import org.dclermonte.siba.gui.SibaGUI; public class Siba { - public static void main(final String[] args) throws ArchiveException, IOException, NoSuchAlgorithmException + public static void main(final String[] args) + throws ArchiveException, IOException, NoSuchAlgorithmException, SibaNullException { - - if (args.length == 0) + try { + if (args.length == 0) + { - SibaGUI.run(args); + SibaGUI.run(); + + } + else + { + SibaCLI.run(args); + } } - else + catch (SibaNullException nullException) { - SibaCLI.run(args); + System.out.println(nullException.getMessage()); } + } } diff --git a/src/org/dclermonte/siba/SibaException.java b/src/org/dclermonte/siba/SibaException.java new file mode 100644 index 0000000..2e37017 --- /dev/null +++ b/src/org/dclermonte/siba/SibaException.java @@ -0,0 +1,119 @@ +/* + * Copyright (c) 1994, 2011, Oracle and/or its affiliates. All rights reserved. + * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. + * + * + * + */ + +package org.dclermonte.siba; + +/** + * The class {@code Exception} and its subclasses are a form of + * {@code Throwable} that indicates conditions that a reasonable application + * might want to catch. + * + *

+ * The class {@code Exception} and any subclasses that are not also subclasses + * of {@link RuntimeException} are checked + * exceptions. Checked exceptions need to be declared in a method or + * constructor's {@code throws} clause if they can be thrown by the execution of + * the method or constructor and propagate outside the method or constructor + * boundary. + * + * @author Frank Yellin + * @see java.lang.Error + * @jls 11.2 Compile-Time Checking of Exceptions + * @since JDK1.0 + */ +public class SibaException extends Throwable +{ + static final long serialVersionUID = -3387516993124229948L; + + /** + * Constructs a new exception with {@code null} as its detail message. The + * cause is not initialized, and may subsequently be initialized by a call + * to {@link #initCause}. + */ + public SibaException() + { + super(); + } + + /** + * Constructs a new exception with the specified detail message. The cause + * is not initialized, and may subsequently be initialized by a call to + * {@link #initCause}. + * + * @param message + * the detail message. The detail message is saved for later + * retrieval by the {@link #getMessage()} method. + */ + public SibaException(final String message) + { + super(message); + } + + /** + * Constructs a new exception with the specified detail message and cause. + *

+ * Note that the detail message associated with {@code cause} is not + * automatically incorporated in this exception's detail message. + * + * @param message + * the detail message (which is saved for later retrieval by the + * {@link #getMessage()} method). + * @param cause + * the cause (which is saved for later retrieval by the + * {@link #getCause()} method). (A null value is + * permitted, and indicates that the cause is nonexistent or + * unknown.) + * @since 1.4 + */ + public SibaException(final String message, final Throwable cause) + { + super(message, cause); + } + + /** + * Constructs a new exception with the specified detail message, cause, + * suppression enabled or disabled, and writable stack trace enabled or + * disabled. + * + * @param message + * the detail message. + * @param cause + * the cause. (A {@code null} value is permitted, and indicates + * that the cause is nonexistent or unknown.) + * @param enableSuppression + * whether or not suppression is enabled or disabled + * @param writableStackTrace + * whether or not the stack trace should be writable + * @since 1.7 + */ + protected SibaException(final String message, final Throwable cause, final boolean enableSuppression, + final boolean writableStackTrace) + { + super(message, cause, enableSuppression, writableStackTrace); + } + + /** + * Constructs a new exception with the specified cause and a detail message + * of (cause==null ? null : cause.toString()) (which typically + * contains the class and detail message of cause). This + * constructor is useful for exceptions that are little more than wrappers + * for other throwables (for example, + * {@link java.security.PrivilegedActionException}). + * + * @param cause + * the cause (which is saved for later retrieval by the + * {@link #getCause()} method). (A null value is + * permitted, and indicates that the cause is nonexistent or + * unknown.) + * @since 1.4 + */ + public SibaException(final Throwable cause) + { + super(cause); + } +} \ No newline at end of file diff --git a/src/org/dclermonte/siba/SibaNullException.java b/src/org/dclermonte/siba/SibaNullException.java new file mode 100644 index 0000000..db9a51f --- /dev/null +++ b/src/org/dclermonte/siba/SibaNullException.java @@ -0,0 +1,21 @@ +package org.dclermonte.siba; + +public class SibaNullException extends SibaException + +{ + + /** + * + */ + private static final long serialVersionUID = 2249962275756375452L; + + public SibaNullException() + { + super(); + } + + public SibaNullException(final String message) + { + super(message); + } +} diff --git a/src/org/dclermonte/siba/cli/SibaCLI.java b/src/org/dclermonte/siba/cli/SibaCLI.java index 75e61e3..836e261 100644 --- a/src/org/dclermonte/siba/cli/SibaCLI.java +++ b/src/org/dclermonte/siba/cli/SibaCLI.java @@ -25,15 +25,22 @@ import java.security.NoSuchAlgorithmException; import java.util.ResourceBundle; import org.apache.commons.compress.archivers.ArchiveException; -import org.dclermonte.siba.gui.SibaGUI; +import org.apache.commons.lang3.StringUtils; +import org.dclermonte.siba.SibaNullException; import org.dclermonte.siba.model.SibaManager; +/** + * CLI = the Command Line Interface + * + * + */ public class SibaCLI + { private static final ResourceBundle BUNDLE = ResourceBundle.getBundle("org.dclermonte.siba.cli.messages"); //$NON-NLS-1$ public static void backup(final File directoryToSave, final File targetDirectory) - throws ArchiveException, IOException + throws ArchiveException, IOException, SibaNullException { File result; result = SibaManager.backup(directoryToSave, targetDirectory); @@ -77,14 +84,16 @@ public class SibaCLI * @throws ArchiveException * @throws IOException * @throws NoSuchAlgorithmException + * @throws SibaNullException */ - public static void run(final String[] args) throws ArchiveException, IOException, NoSuchAlgorithmException + public static void run(final String[] args) + throws ArchiveException, IOException, NoSuchAlgorithmException, SibaNullException { // This part implements an automate. - int numberParameter = args.length; - if (numberParameter == 0) + int parameterCount = args.length; + if (parameterCount == 0) { - SibaGUI.run(args); + help(); } else { @@ -92,14 +101,14 @@ public class SibaCLI { help(); } - else if (args[0].equals("backup")) + else if (StringUtils.equals(args[0], "backup")) { - if (numberParameter == 1) + if (parameterCount == 1) { System.out.println(BUNDLE.getString("missingDirectoryToSave.text")); help(); } - else if (numberParameter == 2) + else if (parameterCount == 2) { File directoryToSave = new File(args[1]); if (directoryToSave.exists()) @@ -112,7 +121,7 @@ public class SibaCLI help(); } } - else if (numberParameter == 3) + else if (parameterCount == 3) { File directoryToSave = new File(args[1]); File targetDirectory = new File(args[2]); @@ -134,9 +143,9 @@ public class SibaCLI } } - else if (args[0].equals("check")) + else if (StringUtils.equals(args[0], "check")) { - if (numberParameter == 1) + if (parameterCount == 1) { System.out.println(BUNDLE.getString("missingFileToCheck.text")); help(); diff --git a/src/org/dclermonte/siba/gui/BackupPanel.java b/src/org/dclermonte/siba/gui/BackupPanel.java index 774644e..e579963 100644 --- a/src/org/dclermonte/siba/gui/BackupPanel.java +++ b/src/org/dclermonte/siba/gui/BackupPanel.java @@ -38,6 +38,7 @@ import javax.swing.JTextField; import javax.swing.SwingConstants; import org.apache.commons.compress.archivers.ArchiveException; +import org.dclermonte.siba.SibaNullException; import org.dclermonte.siba.model.SibaManager; import com.jgoodies.forms.layout.ColumnSpec; @@ -190,7 +191,7 @@ public class BackupPanel extends JPanel } } - catch (ArchiveException | IOException e1) + catch (ArchiveException | IOException | SibaNullException e1) { // TODO Auto-generated catch block ((Throwable) this.e1).printStackTrace(); diff --git a/src/org/dclermonte/siba/gui/SibaGUI.java b/src/org/dclermonte/siba/gui/SibaGUI.java index 0128fbc..b5ca905 100644 --- a/src/org/dclermonte/siba/gui/SibaGUI.java +++ b/src/org/dclermonte/siba/gui/SibaGUI.java @@ -50,26 +50,6 @@ public class SibaGUI { private static final ResourceBundle BUNDLE = ResourceBundle.getBundle("org.dclermonte.siba.gui.messages"); //$NON-NLS-1$ - public static void run(final String[] args) - { - EventQueue.invokeLater(new Runnable() - { - @Override - public void run() - { - try - { - SibaGUI window = new SibaGUI(); - window.frmSimpleBackup.setVisible(true); - } - catch (Exception e) - { - e.printStackTrace(); - } - } - }); - } - /** * Launch the application. */ @@ -247,4 +227,24 @@ public class SibaGUI ResourceBundle.clearCache(); } + public static void run() + { + EventQueue.invokeLater(new Runnable() + { + @Override + public void run() + { + try + { + SibaGUI window = new SibaGUI(); + window.frmSimpleBackup.setVisible(true); + } + catch (Exception e) + { + e.printStackTrace(); + } + } + }); + } + } diff --git a/src/org/dclermonte/siba/model/SibaManager.java b/src/org/dclermonte/siba/model/SibaManager.java index 27288df..32ef090 100644 --- a/src/org/dclermonte/siba/model/SibaManager.java +++ b/src/org/dclermonte/siba/model/SibaManager.java @@ -37,14 +37,19 @@ import org.apache.commons.compress.archivers.tar.TarArchiveEntry; import org.apache.commons.compress.archivers.tar.TarArchiveOutputStream; import org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream; import org.apache.commons.compress.utils.IOUtils; +import org.dclermonte.siba.SibaNullException; public class SibaManager { - public static File backup(final File fileToSave, final File target) throws ArchiveException, IOException + public static File backup(final File fileToSave, final File target) + throws ArchiveException, IOException, SibaNullException { File result; - + if ((fileToSave == null) || (target == null)) + { + throw new SibaNullException("Données incomplètes"); + } int pathLength = fileToSave.getParentFile().getAbsolutePath().length(); LocalDateTime date = LocalDateTime.now(); diff --git a/test/org/dclermonte/siba/model/SibaManagerTest.java b/test/org/dclermonte/siba/model/SibaManagerTest.java index 88effd3..b06fabe 100644 --- a/test/org/dclermonte/siba/model/SibaManagerTest.java +++ b/test/org/dclermonte/siba/model/SibaManagerTest.java @@ -4,6 +4,8 @@ import java.io.File; import java.io.IOException; import org.apache.commons.compress.archivers.ArchiveException; +import org.apache.commons.io.FileUtils; +import org.dclermonte.siba.SibaNullException; import org.testng.Assert; import org.testng.annotations.Test; @@ -26,9 +28,10 @@ public class SibaManagerTest * * @throws IOException * @throws ArchiveException + * @throws SibaNullException */ - @Test(expectedExceptions = IllegalArgumentException.class) - public void backupTest01() throws ArchiveException, IOException + @Test(expectedExceptions = SibaNullException.class) + public void backupTest01() throws ArchiveException, IOException, SibaNullException { SibaManager.backup(null, null); } @@ -37,15 +40,17 @@ public class SibaManagerTest * * @throws ArchiveException * @throws IOException + * @throws SibaNullException */ @Test - public void backupTest02() throws ArchiveException, IOException + public void backupTest02() throws ArchiveException, IOException, SibaNullException { String md5LineSource = "qslfjqmlsfjmqlsjfqmlsjfsjf mqlsfjmljdf"; - File target = SibaManager.backup(new File("../data/simplestuff"), new File("/tmp/")); + File target = SibaManager.backup(new File("../data/simplestuff"), new File("../tmp/")); // Load md5 file. - String md5LineTarget = FileUtils.load(target); + String encoding = null; + String md5LineTarget = FileUtils.readFileToString(target, encoding); // Test. Assert.assertEquals(md5LineSource, md5LineTarget);