JavaScript is disabled on your browser.
@@ -29,7 +33,7 @@ loadScripts(document, 'script');
- Module
-- Package
+- Package
- Class
- Use
- Tree
@@ -52,14 +56,29 @@ loadScripts(document, 'script');
All Classes and Interfaces
-
Classes
-
+
+
+
+
+
+
+
Main class for CLI converter application
+
+
+
Interface to clear OS terminal screen, on case of IDE Console
+ it just prints 80 new lines.
+
+
+
+
Class to create title, opts/menus Strings
+
+
diff --git a/docs/allpackages-index.html b/docs/allpackages-index.html
index 3078afa..2d857a3 100644
--- a/docs/allpackages-index.html
+++ b/docs/allpackages-index.html
@@ -1,7 +1,7 @@
-
+
All Packages
@@ -29,7 +29,7 @@ loadScripts(document, 'script');
- Module
-- Package
+- Package
- Class
- Use
- Tree
@@ -55,8 +55,10 @@ loadScripts(document, 'script');
diff --git a/docs/conversor_alura_one/cl/conversor/app/Conversor.html b/docs/conversor_alura_one/cl/conversor/app/Conversor.html
new file mode 100644
index 0000000..6cc13ab
--- /dev/null
+++ b/docs/conversor_alura_one/cl/conversor/app/Conversor.html
@@ -0,0 +1,164 @@
+
+
+
+
+Conversor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+public class Conversor
+
extends Object
+
+
+
+
+-
+
+
Constructor Summary
+Constructors
+
+
+
+
+-
+
+
Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
Constructor Details
+
+-
+
+
Conversor
+public Conversor()
+
+
+
+
+
+
+-
+
+
Method Details
+
+-
+
+
main
+public static void main(String[] args)
+
+- Parameters:
+args
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/conversor_alura_one/cl/conversor/app/class-use/Conversor.html b/docs/conversor_alura_one/cl/conversor/app/class-use/Conversor.html
new file mode 100644
index 0000000..0569d05
--- /dev/null
+++ b/docs/conversor_alura_one/cl/conversor/app/class-use/Conversor.html
@@ -0,0 +1,58 @@
+
+
+
+
+Uses of Class cl.conversor.app.Conversor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+No usage of cl.conversor.app.Conversor
+
+
+
+
diff --git a/docs/conversor_alura_one/cl/conversor/app/package-summary.html b/docs/conversor_alura_one/cl/conversor/app/package-summary.html
new file mode 100644
index 0000000..80ee31c
--- /dev/null
+++ b/docs/conversor_alura_one/cl/conversor/app/package-summary.html
@@ -0,0 +1,84 @@
+
+
+
+
+cl.conversor.app
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+package cl.conversor.app
+
+
+
+
+
+
diff --git a/docs/conversor_alura_one/cl/conversor/app/package-tree.html b/docs/conversor_alura_one/cl/conversor/app/package-tree.html
new file mode 100644
index 0000000..2794010
--- /dev/null
+++ b/docs/conversor_alura_one/cl/conversor/app/package-tree.html
@@ -0,0 +1,72 @@
+
+
+
+
+cl.conversor.app Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/conversor_alura_one/cl/conversor/app/package-use.html b/docs/conversor_alura_one/cl/conversor/app/package-use.html
new file mode 100644
index 0000000..0683c2a
--- /dev/null
+++ b/docs/conversor_alura_one/cl/conversor/app/package-use.html
@@ -0,0 +1,58 @@
+
+
+
+
+Uses of Package cl.conversor.app
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+No usage of cl.conversor.app
+
+
+
+
diff --git a/docs/conversor_alura_one/cl/conversor/vista/cli/Color.html b/docs/conversor_alura_one/cl/conversor/vista/cli/Color.html
new file mode 100644
index 0000000..fe002c4
--- /dev/null
+++ b/docs/conversor_alura_one/cl/conversor/vista/cli/Color.html
@@ -0,0 +1,284 @@
+
+
+
+
+Color
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
Nested Class Summary
+
+
+
+
+-
+
+
Enum Constant Summary
+Enum Constants
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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/docs/conversor_alura_one/cl/conversor/vista/cli/ConversorCli.html b/docs/conversor_alura_one/cl/conversor/vista/cli/ConversorCli.html
index 71c0a1d..1fd9000 100644
--- a/docs/conversor_alura_one/cl/conversor/vista/cli/ConversorCli.html
+++ b/docs/conversor_alura_one/cl/conversor/vista/cli/ConversorCli.html
@@ -1,7 +1,7 @@
-
+
ConversorCli
diff --git a/docs/conversor_alura_one/cl/conversor/vista/cli/LimpiarConsola.html b/docs/conversor_alura_one/cl/conversor/vista/cli/LimpiarConsola.html
new file mode 100644
index 0000000..948ffad
--- /dev/null
+++ b/docs/conversor_alura_one/cl/conversor/vista/cli/LimpiarConsola.html
@@ -0,0 +1,122 @@
+
+
+
+
+LimpiarConsola
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+public interface LimpiarConsola
+Interface to clear OS terminal screen, on case of IDE Console
+ it just prints 80 new lines.
+
+
+
+
+
+-
+
+
Method Details
+
+-
+
+
clear
+static void clear()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/conversor_alura_one/cl/conversor/vista/cli/MenuPrincipal.html b/docs/conversor_alura_one/cl/conversor/vista/cli/MenuPrincipal.html
new file mode 100644
index 0000000..61e224a
--- /dev/null
+++ b/docs/conversor_alura_one/cl/conversor/vista/cli/MenuPrincipal.html
@@ -0,0 +1,244 @@
+
+
+
+
+MenuPrincipal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+public class MenuPrincipal
+
extends Object
+Class to create title, opts/menus Strings
+
+
+
+
+-
+
+
Field Summary
+Fields
+
+
+
+
+-
+
+
Constructor Summary
+Constructors
+
+
+
+
+-
+
+
Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+
+-
+
+
Constructor Details
+
+-
+
+
MenuPrincipal
+public MenuPrincipal(String titulo)
+
+
+
+
+
+
+-
+
+
Method Details
+
+-
+
+
banner
+
+
+- Returns:
+- String Banner String
+
+
+
+-
+
+
banner
+
+
+- Parameters:
+msj
- Application Title
+- Returns:
+- String Banner String
+
+
+
+-
+
+
+-
+
+
error_in
+
+
+- Returns:
+- String user input error message
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/conversor_alura_one/cl/conversor/vista/cli/class-use/Color.html b/docs/conversor_alura_one/cl/conversor/vista/cli/class-use/Color.html
new file mode 100644
index 0000000..02d90bf
--- /dev/null
+++ b/docs/conversor_alura_one/cl/conversor/vista/cli/class-use/Color.html
@@ -0,0 +1,91 @@
+
+
+
+
+Uses of Enum Class cl.conversor.vista.cli.Color
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+
+
+
+
+
+
+
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.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/conversor_alura_one/cl/conversor/vista/cli/class-use/ConversorCli.html b/docs/conversor_alura_one/cl/conversor/vista/cli/class-use/ConversorCli.html
index 0d4cc50..451c160 100644
--- a/docs/conversor_alura_one/cl/conversor/vista/cli/class-use/ConversorCli.html
+++ b/docs/conversor_alura_one/cl/conversor/vista/cli/class-use/ConversorCli.html
@@ -1,7 +1,7 @@
-
+
Uses of Class cl.conversor.vista.cli.ConversorCli
diff --git a/docs/conversor_alura_one/cl/conversor/vista/cli/class-use/LimpiarConsola.html b/docs/conversor_alura_one/cl/conversor/vista/cli/class-use/LimpiarConsola.html
new file mode 100644
index 0000000..a721784
--- /dev/null
+++ b/docs/conversor_alura_one/cl/conversor/vista/cli/class-use/LimpiarConsola.html
@@ -0,0 +1,58 @@
+
+
+
+
+Uses of Interface cl.conversor.vista.cli.LimpiarConsola
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+No usage of cl.conversor.vista.cli.LimpiarConsola
+
+
+
+
diff --git a/docs/conversor_alura_one/cl/conversor/vista/cli/class-use/MenuPrincipal.html b/docs/conversor_alura_one/cl/conversor/vista/cli/class-use/MenuPrincipal.html
new file mode 100644
index 0000000..45088d3
--- /dev/null
+++ b/docs/conversor_alura_one/cl/conversor/vista/cli/class-use/MenuPrincipal.html
@@ -0,0 +1,58 @@
+
+
+
+
+Uses of Class cl.conversor.vista.cli.MenuPrincipal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+No usage of cl.conversor.vista.cli.MenuPrincipal
+
+
+
+
diff --git a/docs/conversor_alura_one/cl/conversor/vista/cli/package-summary.html b/docs/conversor_alura_one/cl/conversor/vista/cli/package-summary.html
index 661cec4..2668486 100644
--- a/docs/conversor_alura_one/cl/conversor/vista/cli/package-summary.html
+++ b/docs/conversor_alura_one/cl/conversor/vista/cli/package-summary.html
@@ -1,7 +1,7 @@
-
+
cl.conversor.vista.cli
@@ -16,7 +16,11 @@
-