diff --git a/doc/allpackages-index.html b/doc/allpackages-index.html
index 3c0dc41..98e46e1 100644
--- a/doc/allpackages-index.html
+++ b/doc/allpackages-index.html
@@ -1,11 +1,11 @@
-
+
-
+
diff --git a/doc/conversor_alura_one/cl/conversor/app/Conversor.html b/doc/conversor_alura_one/cl/conversor/app/Conversor.html
new file mode 100644
index 0000000..4689af3
--- /dev/null
+++ b/doc/conversor_alura_one/cl/conversor/app/Conversor.html
@@ -0,0 +1,164 @@
+
+
+
+
+
Conversor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class Conversor
+
extends Object
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+Conversor
+public Conversor ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+main
+public static void main (String [] args)
+
+Parameters:
+args
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/conversor_alura_one/cl/conversor/app/class-use/Conversor.html b/doc/conversor_alura_one/cl/conversor/app/class-use/Conversor.html
new file mode 100644
index 0000000..fa4c29a
--- /dev/null
+++ b/doc/conversor_alura_one/cl/conversor/app/class-use/Conversor.html
@@ -0,0 +1,58 @@
+
+
+
+
+
Uses of Class cl.conversor.app.Conversor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of cl.conversor.app.Conversor
+
+
+
+
diff --git a/doc/conversor_alura_one/cl/conversor/app/package-summary.html b/doc/conversor_alura_one/cl/conversor/app/package-summary.html
new file mode 100644
index 0000000..83493a7
--- /dev/null
+++ b/doc/conversor_alura_one/cl/conversor/app/package-summary.html
@@ -0,0 +1,84 @@
+
+
+
+
+
cl.conversor.app
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package cl.conversor.app
+
+
+
+
+
+
diff --git a/doc/conversor_alura_one/cl/conversor/app/package-tree.html b/doc/conversor_alura_one/cl/conversor/app/package-tree.html
new file mode 100644
index 0000000..c6d37c5
--- /dev/null
+++ b/doc/conversor_alura_one/cl/conversor/app/package-tree.html
@@ -0,0 +1,72 @@
+
+
+
+
+
cl.conversor.app Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/doc/conversor_alura_one/cl/conversor/app/package-use.html b/doc/conversor_alura_one/cl/conversor/app/package-use.html
new file mode 100644
index 0000000..6e80311
--- /dev/null
+++ b/doc/conversor_alura_one/cl/conversor/app/package-use.html
@@ -0,0 +1,58 @@
+
+
+
+
+
Uses of Package cl.conversor.app
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+No usage of cl.conversor.app
+
+
+
+
diff --git a/doc/conversor_alura_one/cl/conversor/vista/cli/Color.html b/doc/conversor_alura_one/cl/conversor/vista/cli/Color.html
new file mode 100644
index 0000000..2c0bc5a
--- /dev/null
+++ b/doc/conversor_alura_one/cl/conversor/vista/cli/Color.html
@@ -0,0 +1,284 @@
+
+
+
+
+
Color
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+Enum Constant Summary
+Enum Constants
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
+
+
+
+
+
+
Returns the enum constant of this class with the specified name.
+
+
+
+
+
Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Details
+
+
+
+RESET
+public static final Color RESET
+
+
+
+
+BLACK
+public static final Color BLACK
+
+
+
+
+RED
+public static final Color RED
+
+
+
+
+GREEN
+public static final Color GREEN
+
+
+
+
+YELLOW
+public static final Color YELLOW
+
+
+
+
+BLUE
+public static final Color BLUE
+
+
+
+
+PURPLE
+public static final Color PURPLE
+
+
+
+
+CYAN
+public static final Color CYAN
+
+
+
+
+WHITE
+public static final Color WHITE
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+values
+public static Color [] values ()
+Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+Returns:
+an array containing the constants of this enum class, in the order they are declared
+
+
+
+
+
+valueOf
+
+Returns the enum constant of this class with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this class. (Extraneous whitespace characters are
+not permitted.)
+
+Parameters:
+name
- the name of the enum constant to be returned.
+Returns:
+the enum constant with the specified name
+Throws:
+IllegalArgumentException
- if this enum class has no constant with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/conversor_alura_one/cl/conversor/vista/cli/ConversorCli.html b/doc/conversor_alura_one/cl/conversor/vista/cli/ConversorCli.html
index 5f28178..f5257ec 100644
--- a/doc/conversor_alura_one/cl/conversor/vista/cli/ConversorCli.html
+++ b/doc/conversor_alura_one/cl/conversor/vista/cli/ConversorCli.html
@@ -1,11 +1,11 @@
-
+
ConversorCli
-
+
diff --git a/doc/conversor_alura_one/cl/conversor/vista/cli/LimpiarConsola.html b/doc/conversor_alura_one/cl/conversor/vista/cli/LimpiarConsola.html
index 3bbe87c..58cefa8 100644
--- a/doc/conversor_alura_one/cl/conversor/vista/cli/LimpiarConsola.html
+++ b/doc/conversor_alura_one/cl/conversor/vista/cli/LimpiarConsola.html
@@ -1,11 +1,11 @@
-
+
LimpiarConsola
-
+
@@ -73,7 +73,7 @@ loadScripts(document, 'script');
public interface LimpiarConsola
Interface to clear OS terminal screen, on case of IDE Console
- it prints 80 new lines.
+ it just prints 80 new lines.