Migrated to robertvokac.com
This commit is contained in:
parent
6d94a2beff
commit
5622138a01
6
CREDITS
6
CREDITS
@ -9,8 +9,8 @@
|
||||
----------
|
||||
|
||||
N: Robert Vokac
|
||||
E: robertvokac@nanoboot.org
|
||||
W: https://nanoboot.org
|
||||
P: 4096R/E3329055 322B D109 0AA8 C324 EA9C 72F5 693D 30BE E332 9055
|
||||
E: robertvokac@robertvokac.com
|
||||
W: https://robertvokac.com
|
||||
P: 4096R/C459E1E4 255C 69CC 1D09 CA54 EF0C C9DF FB9C E8E2 0AAD A55F
|
||||
D: Founder
|
||||
S: Czech Republic
|
||||
|
@ -1,5 +1,5 @@
|
||||
title = Power Framework - Documentation
|
||||
editURL = https://code.nanoboot.org/nanoboot/power-framework.docs/_edit/develop/content/
|
||||
editURL = https://github.com/robertvokac/power-framework/_edit/develop/content/
|
||||
description = Power Framework - Documentation
|
||||
author = Robert Vokac
|
||||
showVisitedLinks = true
|
||||
|
2
docs/templates/footer.html
vendored
2
docs/templates/footer.html
vendored
@ -3,5 +3,5 @@
|
||||
</style>
|
||||
|
||||
<div class="footer2">
|
||||
Copyright © 2016-2023 The Nanoboot Authors. Made with <a href="https://code.nanoboot.org/nanoboot/dog">Dog</a>.
|
||||
Copyright © 2016-2023 The Authors. Made with <a href="https://github.com/robertvokac/power-framework">Dog</a>.
|
||||
<div>
|
||||
|
6
docs/templates/header.html
vendored
6
docs/templates/header.html
vendored
@ -1,6 +1,6 @@
|
||||
<style>
|
||||
|
||||
#nanoboot_banner {
|
||||
#rv_banner {
|
||||
|
||||
|
||||
font-size:2em;
|
||||
@ -14,7 +14,7 @@
|
||||
background: linear-gradient(180deg, rgba(124, 211, 255,0.4) 10%, white 60%);
|
||||
}
|
||||
|
||||
#nanoboot_banner a {
|
||||
#rv_banner a {
|
||||
|
||||
text-decoration:none;
|
||||
text-transform: uppercase;
|
||||
@ -27,5 +27,5 @@
|
||||
|
||||
</style>
|
||||
|
||||
<div id="nanoboot_banner"><a href="https://docs.nanoboot.org" style="text-transform:none;"><span style="color:blue;">Documentation</span></a> | <a href="https://www.nanoboot.org" target="_parent">Nanoboot</a> Project</div>
|
||||
<div id="rv_banner"><a href="https://robertvokac.com" style="text-transform:none;"><span style="color:blue;">Documentation</span></a> | <a href="https://robertvokac.com" target="_parent">robertvokac.com</a> Project</div>
|
||||
|
||||
|
39
pom.xml
39
pom.xml
@ -24,12 +24,12 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.nanoboot.essential</groupId>
|
||||
<artifactId>nanoboot-parent</artifactId>
|
||||
<groupId>com.robertvokac.essential</groupId>
|
||||
<artifactId>robertvokac-parent</artifactId>
|
||||
<version>0.1.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-framework</artifactId>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
@ -41,7 +41,7 @@
|
||||
time, database, files, desktop graphics and some others.
|
||||
</description>
|
||||
|
||||
<url>http://robertvokac/products/power-framework</url>
|
||||
<url>https://github.com/robertvokac/power-framework</url>
|
||||
<inceptionYear>2016</inceptionYear>
|
||||
<modules>
|
||||
<module>power-core</module>
|
||||
@ -80,7 +80,7 @@
|
||||
<contributors>
|
||||
<contributor>
|
||||
<name>Robert Vokac</name>
|
||||
<email>robertvokac@nanoboot.org</email>
|
||||
<email>robertvokac@robertvokac.com</email>
|
||||
<roles>
|
||||
<role>developer</role>
|
||||
<role>project manager</role>
|
||||
@ -163,30 +163,29 @@
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
<repositories>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>releases</id>
|
||||
<name>nanoboot-releases-repository</name>
|
||||
<url>https://maven.nanoboot.org/releases</url>
|
||||
<id>robertvokac-releases-repository</id>
|
||||
<name>robertvokac-releases-repository</name>
|
||||
<url>https://maven.robertvokac.com/releases</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>snapshots</id>
|
||||
<name>nanoboot-snapshots-repository</name>
|
||||
<url>https://maven.nanoboot.org/snapshots</url>
|
||||
<id>robertvokac-snapshots-repository</id>
|
||||
<name>robertvokac-snapshots-repository</name>
|
||||
<url>https://maven.robertvokac.com/snapshots</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>releases</id>
|
||||
<name>nanoboot-releases-repository</name>
|
||||
<url>https://maven.nanoboot.org/releases</url>
|
||||
<id>robertvokac-releases-repository</id>
|
||||
<name>robertvokac-releases-repository</name>
|
||||
<url>https://maven.robertvokac.com/releases</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>snapshots</id>
|
||||
<name>nanoboot-snapshots-repository</name>
|
||||
<url>https://maven.nanoboot.org/snapshots</url>
|
||||
<id>robertvokac-snapshots-repository</id>
|
||||
<name>robertvokac-snapshots-repository</name>
|
||||
<url>https://maven.robertvokac.com/snapshots</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-framework</artifactId>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
@ -43,17 +43,17 @@
|
||||
<dependencies>
|
||||
<!-- Power dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-core</artifactId>
|
||||
<version>${power.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-random</artifactId>
|
||||
<version>${power.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-utils</artifactId>
|
||||
<version>${power.version}</version>
|
||||
</dependency>
|
||||
|
@ -19,18 +19,18 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import lombok.AccessLevel;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.nanoboot.powerframework.collections.internal.AbstractTreeNode;
|
||||
import com.robertvokac.powerframework.collections.internal.AbstractTreeNode;
|
||||
|
||||
/**
|
||||
*
|
||||
* @param <T>
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public final class BinaryTreeNode<T> extends AbstractTreeNode<T> {
|
@ -19,11 +19,11 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,14 +19,14 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import org.nanoboot.powerframework.core.PowerException;
|
||||
import com.robertvokac.powerframework.core.PowerException;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -17,7 +17,7 @@
|
||||
// <https://www.gnu.org/licenses/> or write to the Free Software
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@ -26,7 +26,7 @@ import java.util.ListIterator;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 2.0.0
|
||||
*/
|
||||
public class CollectionUtils {
|
@ -19,12 +19,12 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import lombok.AccessLevel;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.nanoboot.powerframework.collections.internal.AbstractLinkedList;
|
||||
import com.robertvokac.powerframework.collections.internal.AbstractLinkedList;
|
||||
|
||||
import java.util.Iterator;
|
||||
import java.util.NoSuchElementException;
|
||||
@ -35,7 +35,7 @@ import java.util.NoSuchElementException;
|
||||
*
|
||||
* @param <E> The type of the values stored in this list.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,11 +19,11 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.nanoboot.powerframework.collections.internal.AbstractLinkedListNode;
|
||||
import com.robertvokac.powerframework.collections.internal.AbstractLinkedListNode;
|
||||
|
||||
/**
|
||||
* Represents one node of linked list.
|
||||
@ -34,7 +34,7 @@ import org.nanoboot.powerframework.collections.internal.AbstractLinkedListNode;
|
||||
*
|
||||
* @param <E> The type of the value this node holds
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class DoubleLinkedListNode<E> extends AbstractLinkedListNode<E> {
|
@ -19,11 +19,11 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,17 +19,17 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
import org.nanoboot.powerframework.utils.StringUtils;
|
||||
import com.robertvokac.powerframework.utils.StringUtils;
|
||||
|
||||
import java.util.Map;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,9 +19,9 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import org.nanoboot.powerframework.core.PowerObject;
|
||||
import com.robertvokac.powerframework.core.PowerObject;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.Iterator;
|
||||
@ -31,7 +31,7 @@ import java.util.NoSuchElementException;
|
||||
* Represents map data structure. Values of type T are mapped to String and
|
||||
* searched by this String.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
* @param <E> the type of items, this map will store.
|
||||
*/
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.Iterator;
|
||||
@ -28,7 +28,7 @@ import java.util.ListIterator;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class PowerList<E> extends PowerCollection<E> implements List<E> {
|
@ -19,10 +19,10 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import org.nanoboot.powerframework.core.PowerObject;
|
||||
import org.nanoboot.powerframework.core.exceptions.NotYetImplementedException;
|
||||
import com.robertvokac.powerframework.core.PowerObject;
|
||||
import com.robertvokac.powerframework.core.exceptions.NotYetImplementedException;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.HashSet;
|
||||
@ -36,7 +36,7 @@ import java.util.Set;
|
||||
* Represents map data structure. Values of type T are mapped to String and
|
||||
* searched by this String.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
* @param <T> the type of items, this map will store.
|
||||
*/
|
@ -19,13 +19,13 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
import java.util.Queue;
|
||||
|
||||
/**
|
||||
* Represents Queue- linear data structure.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
* @param <E> object
|
||||
*/
|
@ -19,10 +19,10 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import org.nanoboot.powerframework.collections.arrays.ObjectArray;
|
||||
import org.nanoboot.powerframework.random.generators.RandomGenerator;
|
||||
import com.robertvokac.powerframework.collections.arrays.ObjectArray;
|
||||
import com.robertvokac.powerframework.random.generators.RandomGenerator;
|
||||
|
||||
import java.util.Iterator;
|
||||
import java.util.NoSuchElementException;
|
||||
@ -35,7 +35,7 @@ import java.util.Set;
|
||||
*
|
||||
* @param <E> element type
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class PowerSet<E> extends PowerCollection<E> implements Set<E> {
|
@ -19,12 +19,12 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
/**
|
||||
* Represents Stack- linear data structure.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
* @param <E> object
|
||||
*/
|
@ -19,16 +19,16 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import lombok.Getter;
|
||||
import org.nanoboot.powerframework.core.PowerObject;
|
||||
import org.nanoboot.powerframework.utils.annotations.InProgress;
|
||||
import com.robertvokac.powerframework.core.PowerObject;
|
||||
import com.robertvokac.powerframework.utils.annotations.InProgress;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
@InProgress
|
@ -19,13 +19,13 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import lombok.AccessLevel;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.nanoboot.powerframework.collections.internal.AbstractLinkedList;
|
||||
import org.nanoboot.powerframework.core.exceptions.NotYetImplementedException;
|
||||
import com.robertvokac.powerframework.collections.internal.AbstractLinkedList;
|
||||
import com.robertvokac.powerframework.core.exceptions.NotYetImplementedException;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.Iterator;
|
||||
@ -34,7 +34,7 @@ import java.util.NoSuchElementException;
|
||||
* Represents linked list data structure.
|
||||
*
|
||||
* @param <E> The type of the values stored in this list.
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class SingleLinkedList<E> extends AbstractLinkedList<E>
|
@ -19,11 +19,11 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.nanoboot.powerframework.collections.internal.AbstractLinkedListNode;
|
||||
import com.robertvokac.powerframework.collections.internal.AbstractLinkedListNode;
|
||||
|
||||
/**
|
||||
* Represents one node of linked list.
|
||||
@ -32,7 +32,7 @@ import org.nanoboot.powerframework.collections.internal.AbstractLinkedListNode;
|
||||
*
|
||||
* These nodes are linked (forward direction only).
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
* @param <E> The type of the value this node holds
|
||||
*/
|
@ -19,11 +19,11 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public interface StackI<E> {
|
@ -19,17 +19,17 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.nanoboot.powerframework.core.PowerObject;
|
||||
import org.nanoboot.powerframework.utils.annotations.ToRemove;
|
||||
import com.robertvokac.powerframework.core.PowerObject;
|
||||
import com.robertvokac.powerframework.utils.annotations.ToRemove;
|
||||
|
||||
/**
|
||||
* Here goes the description of this class.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*
|
||||
*/
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
|
||||
import lombok.Getter;
|
||||
@ -28,7 +28,7 @@ import lombok.Getter;
|
||||
*
|
||||
* @param <T> element type
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class Tree<T> {
|
@ -19,16 +19,16 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.nanoboot.powerframework.collections.internal.AbstractTreeNode;
|
||||
import com.robertvokac.powerframework.collections.internal.AbstractTreeNode;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
* @param <T>
|
||||
*/
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections.arrays;
|
||||
package com.robertvokac.powerframework.collections.arrays;
|
||||
|
||||
//ObjectArray<ObjectArray<ObjectArray<ObjectArray<Human>>>> array3=new ObjectArray<ObjectArray<ObjectArray<ObjectArray<Human>>>>(
|
||||
|
||||
@ -29,7 +29,7 @@ import java.util.*;
|
||||
* @param <C> if the ArrayType is not Object, this parameter is ignored. In
|
||||
* this case use Object as parameter.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class Array<C> implements Iterable<C> {
|
@ -19,14 +19,14 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections.arrays;
|
||||
package com.robertvokac.powerframework.collections.arrays;
|
||||
|
||||
import org.nanoboot.powerframework.collections.CollectionException;
|
||||
import com.robertvokac.powerframework.collections.CollectionException;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,12 +19,12 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections.arrays;
|
||||
package com.robertvokac.powerframework.collections.arrays;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,13 +19,13 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections.arrays;
|
||||
package com.robertvokac.powerframework.collections.arrays;
|
||||
|
||||
/**
|
||||
* There will be the choice to select the starting index:0 will be default
|
||||
* (maybe), but 1 or something else will be possible.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class ByteArray {
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections.arrays;
|
||||
package com.robertvokac.powerframework.collections.arrays;
|
||||
|
||||
import java.util.Iterator;
|
||||
|
||||
@ -27,7 +27,7 @@ import java.util.Iterator;
|
||||
* There will be the choice to select the starting index:0 will be default
|
||||
* (maybe), but 1 or something else will be possible.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class IntArray implements Iterable<Integer> {
|
@ -19,13 +19,13 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections.arrays;
|
||||
package com.robertvokac.powerframework.collections.arrays;
|
||||
|
||||
/**
|
||||
* There will be the choice to select the starting index:0 will be default
|
||||
* (maybe), but 1 or something else will be possible.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
* @param <C>
|
||||
*/
|
@ -22,7 +22,7 @@
|
||||
/**
|
||||
* Classes for arrays (index starting from 1, not 0).
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
package org.nanoboot.powerframework.collections.arrays;
|
||||
package com.robertvokac.powerframework.collections.arrays;
|
@ -19,13 +19,13 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections.buffer;
|
||||
package com.robertvokac.powerframework.collections.buffer;
|
||||
|
||||
/**
|
||||
* Here goes the description of this class.
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class CharBuffer {
|
@ -19,15 +19,15 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections.internal;
|
||||
package com.robertvokac.powerframework.collections.internal;
|
||||
|
||||
import org.nanoboot.powerframework.collections.arrays.ObjectArray;
|
||||
import com.robertvokac.powerframework.collections.arrays.ObjectArray;
|
||||
|
||||
/**
|
||||
* Represents linked list data structure.
|
||||
* @param <E> element type
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public abstract class AbstractLinkedList<E> implements Iterable<E> {
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections.internal;
|
||||
package com.robertvokac.powerframework.collections.internal;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
@ -33,7 +33,7 @@ import lombok.Setter;
|
||||
*
|
||||
* @param <E> The type of the value this node holds
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public abstract class AbstractLinkedListNode<E> {
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections.internal;
|
||||
package com.robertvokac.powerframework.collections.internal;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
@ -28,7 +28,7 @@ import lombok.Setter;
|
||||
*
|
||||
* @param <T>
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public abstract class AbstractTreeNode<T> {
|
@ -22,7 +22,7 @@
|
||||
/**
|
||||
* Internal classes.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
package org.nanoboot.powerframework.collections.internal;
|
||||
package com.robertvokac.powerframework.collections.internal;
|
@ -22,7 +22,7 @@
|
||||
/**
|
||||
* Collections used to store instances of classes.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
@ -24,13 +24,13 @@
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
||||
module powerframework.collections {
|
||||
exports org.nanoboot.powerframework.collections;
|
||||
exports org.nanoboot.powerframework.collections.arrays;
|
||||
exports com.robertvokac.powerframework.collections;
|
||||
exports com.robertvokac.powerframework.collections.arrays;
|
||||
requires powerframework.core;
|
||||
requires powerframework.random;
|
||||
requires powerframework.utils;
|
||||
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
@ -30,7 +30,7 @@ import org.junit.*;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import org.junit.*;
|
||||
@ -31,7 +31,7 @@ import static org.junit.Assert.assertEquals;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class PropertiesTest {
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
@ -30,7 +30,7 @@ import org.junit.*;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
@ -28,7 +28,7 @@ import org.junit.*;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class SingleLinkedListNodeTest {
|
@ -19,19 +19,19 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.nanoboot.powerframework.core.exceptions.NotYetImplementedException;
|
||||
import com.robertvokac.powerframework.core.exceptions.NotYetImplementedException;
|
||||
import org.junit.*;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class SingleLinkedListTest {
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.collections;
|
||||
package com.robertvokac.powerframework.collections;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
@ -29,7 +29,7 @@ import org.junit.*;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -24,7 +24,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-framework</artifactId>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
@ -19,12 +19,12 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core;
|
||||
package com.robertvokac.powerframework.core;
|
||||
|
||||
/**
|
||||
* Exception class for classes in core package.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class CoreException extends PowerException {
|
@ -19,12 +19,12 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core;
|
||||
package com.robertvokac.powerframework.core;
|
||||
|
||||
/**
|
||||
* Exception for Power library.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class PowerException extends RuntimeException {
|
@ -19,15 +19,15 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core;
|
||||
package com.robertvokac.powerframework.core;
|
||||
|
||||
import org.nanoboot.powerframework.core.version.Version;
|
||||
import org.nanoboot.powerframework.core.version.VersionType;
|
||||
import com.robertvokac.powerframework.core.version.Version;
|
||||
import com.robertvokac.powerframework.core.version.VersionType;
|
||||
|
||||
/**
|
||||
* Power is the core class of the Power library.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public final class PowerFramework {
|
@ -19,14 +19,14 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core;
|
||||
package com.robertvokac.powerframework.core;
|
||||
|
||||
import lombok.Getter;
|
||||
|
||||
/**
|
||||
* Base Power object.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class PowerObject {
|
@ -19,14 +19,14 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core.exceptions;
|
||||
package com.robertvokac.powerframework.core.exceptions;
|
||||
|
||||
import org.nanoboot.powerframework.core.PowerException;
|
||||
import com.robertvokac.powerframework.core.PowerException;
|
||||
|
||||
/**
|
||||
* Exception happening in case, something is called, but not implemented yet.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class NotYetImplementedException extends PowerException {
|
@ -19,16 +19,16 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core.exceptions;
|
||||
package com.robertvokac.powerframework.core.exceptions;
|
||||
|
||||
import org.nanoboot.powerframework.core.PowerException;
|
||||
import com.robertvokac.powerframework.core.PowerException;
|
||||
|
||||
/**
|
||||
* Exception happening in case, something is called,
|
||||
* but not implemented and not supported now and
|
||||
* not intended to be supported in future.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class UnsupportedMethodException extends PowerException {
|
@ -22,7 +22,7 @@
|
||||
/**
|
||||
* Some common exceptions.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
package org.nanoboot.powerframework.core.exceptions;
|
||||
package com.robertvokac.powerframework.core.exceptions;
|
@ -22,9 +22,9 @@
|
||||
/**
|
||||
* Core Power classes.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
||||
|
||||
package org.nanoboot.powerframework.core;
|
||||
package com.robertvokac.powerframework.core;
|
@ -19,8 +19,8 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core.version;
|
||||
import org.nanoboot.powerframework.core.CoreException;
|
||||
package com.robertvokac.powerframework.core.version;
|
||||
import com.robertvokac.powerframework.core.CoreException;
|
||||
import lombok.Data;
|
||||
/*
|
||||
Examples:
|
||||
@ -34,7 +34,7 @@ Examples:
|
||||
|
||||
/**
|
||||
* Version object representing a version of a software.
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
@Data
|
@ -19,13 +19,13 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core.version;
|
||||
package com.robertvokac.powerframework.core.version;
|
||||
|
||||
import lombok.Getter;
|
||||
|
||||
/**
|
||||
* Version subtype.
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public enum VersionNumberType {
|
@ -19,14 +19,14 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core.version;
|
||||
package com.robertvokac.powerframework.core.version;
|
||||
|
||||
import lombok.Getter;
|
||||
|
||||
/**
|
||||
* Version type.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public enum VersionType {
|
@ -22,7 +22,7 @@
|
||||
/**
|
||||
* Version classes.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
package org.nanoboot.powerframework.core.version;
|
||||
package com.robertvokac.powerframework.core.version;
|
@ -22,12 +22,12 @@
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
module powerframework.core {
|
||||
requires lombok;
|
||||
exports org.nanoboot.powerframework.core;
|
||||
exports org.nanoboot.powerframework.core.exceptions;
|
||||
exports org.nanoboot.powerframework.core.version;
|
||||
exports com.robertvokac.powerframework.core;
|
||||
exports com.robertvokac.powerframework.core.exceptions;
|
||||
exports com.robertvokac.powerframework.core.version;
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core;
|
||||
package com.robertvokac.powerframework.core;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
@ -27,7 +27,7 @@ import static org.junit.Assert.assertEquals;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core;
|
||||
package com.robertvokac.powerframework.core;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
@ -27,7 +27,7 @@ import static org.junit.Assert.*;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class PowerExceptionTest {
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core;
|
||||
package com.robertvokac.powerframework.core;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
@ -27,7 +27,7 @@ import static org.junit.Assert.*;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class PowerFrameworkTest {
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core;
|
||||
package com.robertvokac.powerframework.core;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
@ -27,7 +27,7 @@ import static org.junit.Assert.*;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class PowerObjectTest {
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core.exceptions;
|
||||
package com.robertvokac.powerframework.core.exceptions;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
@ -27,7 +27,7 @@ import static org.junit.Assert.assertEquals;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class NotYetImplementedExceptionTest {
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core.exceptions;
|
||||
package com.robertvokac.powerframework.core.exceptions;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
@ -27,7 +27,7 @@ import static org.junit.Assert.assertEquals;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class UnsupportedMethodExceptionTest {
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core.version;
|
||||
package com.robertvokac.powerframework.core.version;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
@ -27,7 +27,7 @@ import static org.junit.Assert.*;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class VersionNumberTypeTest {
|
@ -19,18 +19,18 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core.version;
|
||||
package com.robertvokac.powerframework.core.version;
|
||||
|
||||
import org.nanoboot.powerframework.core.CoreException;
|
||||
import com.robertvokac.powerframework.core.CoreException;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.nanoboot.powerframework.core.version.VersionNumberType.*;
|
||||
import static com.robertvokac.powerframework.core.version.VersionNumberType.*;
|
||||
import static org.junit.Assert.*;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class VersionTest {
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.core.version;
|
||||
package com.robertvokac.powerframework.core.version;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
@ -27,7 +27,7 @@ import static org.junit.Assert.*;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class VersionTypeTest {
|
@ -24,7 +24,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-framework</artifactId>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
@ -38,22 +38,22 @@
|
||||
<dependencies>
|
||||
<!-- Power dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-core</artifactId>
|
||||
<version>${power.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-collections</artifactId>
|
||||
<version>${power.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-json</artifactId>
|
||||
<version>${power.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-time</artifactId>
|
||||
<version>${power.version}</version>
|
||||
</dependency>
|
||||
|
@ -19,15 +19,15 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.db.engines;
|
||||
package com.robertvokac.powerframework.db.engines;
|
||||
|
||||
import org.nanoboot.powerframework.core.PowerObject;
|
||||
import com.robertvokac.powerframework.core.PowerObject;
|
||||
|
||||
/**
|
||||
* Here goes the description of this class.
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class AbstractSqlEngine extends PowerObject {
|
@ -19,14 +19,14 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.db.manager;
|
||||
package com.robertvokac.powerframework.db.manager;
|
||||
|
||||
import org.nanoboot.powerframework.collections.PowerQueue;
|
||||
import com.robertvokac.powerframework.collections.PowerQueue;
|
||||
|
||||
/**
|
||||
* Used to execute more sql commands at once to achieve better performance.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class CommandStore {
|
@ -19,23 +19,23 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.db.manager;
|
||||
package com.robertvokac.powerframework.db.manager;
|
||||
|
||||
import java.io.*;
|
||||
import java.sql.*;
|
||||
import java.util.ArrayList;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
import org.nanoboot.powerframework.json.JsonArray;
|
||||
import org.nanoboot.powerframework.json.JsonObject;
|
||||
import org.nanoboot.powerframework.core.PowerException;
|
||||
import org.nanoboot.powerframework.time.moment.UniversalDateTime;
|
||||
import static org.nanoboot.powerframework.utils.StringUtils.EMPTY_STRING;
|
||||
import com.robertvokac.powerframework.json.JsonArray;
|
||||
import com.robertvokac.powerframework.json.JsonObject;
|
||||
import com.robertvokac.powerframework.core.PowerException;
|
||||
import com.robertvokac.powerframework.time.moment.UniversalDateTime;
|
||||
import static com.robertvokac.powerframework.utils.StringUtils.EMPTY_STRING;
|
||||
|
||||
/**
|
||||
* Represents connection to a database.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class Database {
|
@ -19,14 +19,14 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.db.manager;
|
||||
package com.robertvokac.powerframework.db.manager;
|
||||
|
||||
import org.nanoboot.powerframework.core.PowerException;
|
||||
import com.robertvokac.powerframework.core.PowerException;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,14 +19,14 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.db.manager;
|
||||
package com.robertvokac.powerframework.db.manager;
|
||||
|
||||
import org.nanoboot.powerframework.core.PowerException;
|
||||
import com.robertvokac.powerframework.core.PowerException;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.db.manager;
|
||||
package com.robertvokac.powerframework.db.manager;
|
||||
|
||||
import java.io.*;
|
||||
import java.sql.*;
|
||||
@ -28,7 +28,7 @@ import java.util.logging.*;
|
||||
/**
|
||||
* Manipulates with database.
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class Databases {
|
@ -19,17 +19,17 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.db.manager;
|
||||
package com.robertvokac.powerframework.db.manager;
|
||||
|
||||
import org.nanoboot.powerframework.json.JsonObject;
|
||||
import org.nanoboot.powerframework.json.JsonArray;
|
||||
import org.nanoboot.powerframework.collections.PowerMap;
|
||||
import com.robertvokac.powerframework.json.JsonObject;
|
||||
import com.robertvokac.powerframework.json.JsonArray;
|
||||
import com.robertvokac.powerframework.collections.PowerMap;
|
||||
|
||||
/**
|
||||
* Represents the result of a sql query.
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
public class Table {
|
@ -22,11 +22,11 @@
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
module powerframework.db {
|
||||
exports org.nanoboot.powerframework.db.manager;
|
||||
exports com.robertvokac.powerframework.db.manager;
|
||||
requires powerframework.core;
|
||||
requires java.sql;
|
||||
requires powerframework.json;
|
||||
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.db.manager;
|
||||
package com.robertvokac.powerframework.db.manager;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import org.junit.*;
|
||||
@ -27,7 +27,7 @@ import org.junit.*;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,19 +19,19 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.db.manager;
|
||||
package com.robertvokac.powerframework.db.manager;
|
||||
|
||||
import org.nanoboot.powerframework.json.JsonObject;
|
||||
import com.robertvokac.powerframework.json.JsonObject;
|
||||
import java.io.*;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.nanoboot.powerframework.random.generators.linearcongruent.combined.w5.W5RandomGenerator;
|
||||
import com.robertvokac.powerframework.random.generators.linearcongruent.combined.w5.W5RandomGenerator;
|
||||
import org.junit.*;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,10 +19,10 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.db.manager;
|
||||
package com.robertvokac.powerframework.db.manager;
|
||||
|
||||
import org.nanoboot.powerframework.random.generators.linearcongruent.combined.w5.W5RandomGenerator;
|
||||
import org.nanoboot.powerframework.core.PowerException;
|
||||
import com.robertvokac.powerframework.random.generators.linearcongruent.combined.w5.W5RandomGenerator;
|
||||
import com.robertvokac.powerframework.core.PowerException;
|
||||
import java.io.*;
|
||||
import static org.junit.Assert.*;
|
||||
import org.junit.*;
|
||||
@ -30,7 +30,7 @@ import org.junit.*;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,17 +19,17 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.db.manager;
|
||||
package com.robertvokac.powerframework.db.manager;
|
||||
|
||||
import org.nanoboot.powerframework.json.JsonObject;
|
||||
import org.nanoboot.powerframework.json.JsonArray;
|
||||
import com.robertvokac.powerframework.json.JsonObject;
|
||||
import com.robertvokac.powerframework.json.JsonArray;
|
||||
import static org.junit.Assert.*;
|
||||
import org.junit.*;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
@Ignore
|
@ -24,7 +24,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-framework</artifactId>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
@ -38,22 +38,22 @@
|
||||
<dependencies>
|
||||
<!-- Power dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-core</artifactId>
|
||||
<version>${power.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-random</artifactId>
|
||||
<version>${power.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-collections</artifactId>
|
||||
<version>${power.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
<groupId>com.robertvokac.powerframework</groupId>
|
||||
<artifactId>power-log</artifactId>
|
||||
<version>${power.version}</version>
|
||||
</dependency>
|
||||
|
@ -19,15 +19,15 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.io.bit;
|
||||
package com.robertvokac.powerframework.io.bit;
|
||||
|
||||
import org.nanoboot.powerframework.core.PowerException;
|
||||
import org.nanoboot.powerframework.random.generators.linearcongruent.combined.w5.W5RandomGenerator;
|
||||
import com.robertvokac.powerframework.core.PowerException;
|
||||
import com.robertvokac.powerframework.random.generators.linearcongruent.combined.w5.W5RandomGenerator;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,12 +19,12 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.io.bit;
|
||||
package com.robertvokac.powerframework.io.bit;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,12 +19,12 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.io.bit;
|
||||
package com.robertvokac.powerframework.io.bit;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,7 +19,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.io.bit;
|
||||
package com.robertvokac.powerframework.io.bit;
|
||||
|
||||
/*
|
||||
*
|
||||
@ -186,15 +186,15 @@ package org.nanoboot.powerframework.io.bit;
|
||||
*/
|
||||
|
||||
|
||||
import org.nanoboot.powerframework.core.exceptions.NotYetImplementedException;
|
||||
import org.nanoboot.powerframework.core.PowerObject;
|
||||
import org.nanoboot.powerframework.core.PowerException;
|
||||
import com.robertvokac.powerframework.core.exceptions.NotYetImplementedException;
|
||||
import com.robertvokac.powerframework.core.PowerObject;
|
||||
import com.robertvokac.powerframework.core.PowerException;
|
||||
|
||||
/**
|
||||
* Here goes the description of this class.
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*
|
||||
*/
|
@ -19,14 +19,14 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.io.bit.base64;
|
||||
package com.robertvokac.powerframework.io.bit.base64;
|
||||
|
||||
import org.nanoboot.powerframework.core.PowerException;
|
||||
import com.robertvokac.powerframework.core.PowerException;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,15 +19,15 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.io.bit.base64;
|
||||
package com.robertvokac.powerframework.io.bit.base64;
|
||||
|
||||
import org.nanoboot.powerframework.core.PowerException;
|
||||
import org.nanoboot.powerframework.io.bit.Byte;
|
||||
import com.robertvokac.powerframework.core.PowerException;
|
||||
import com.robertvokac.powerframework.io.bit.Byte;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,12 +19,12 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.io.bit.base64;
|
||||
package com.robertvokac.powerframework.io.bit.base64;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,14 +19,14 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.io.bit.base64;
|
||||
package com.robertvokac.powerframework.io.bit.base64;
|
||||
|
||||
import org.nanoboot.powerframework.core.PowerException;
|
||||
import com.robertvokac.powerframework.core.PowerException;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
||||
@ -65,7 +65,7 @@ enum Base64Padding {
|
||||
}
|
||||
|
||||
static Base64Padding getBase64Padding(String encodedData) {
|
||||
if(org.nanoboot.powerframework.utils.StringUtils.isEmpty(encodedData)) {
|
||||
if(com.robertvokac.powerframework.utils.StringUtils.isEmpty(encodedData)) {
|
||||
return NO;
|
||||
};
|
||||
boolean lastCharIsEqual = encodedData.charAt(encodedData.length() - 1) == '=';
|
@ -19,14 +19,14 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.io.bit.base64;
|
||||
package com.robertvokac.powerframework.io.bit.base64;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
@ -19,17 +19,17 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.io.bit.base64;
|
||||
package com.robertvokac.powerframework.io.bit.base64;
|
||||
|
||||
import java.util.Arrays;
|
||||
import org.nanoboot.powerframework.collections.PowerQueue;
|
||||
import org.nanoboot.powerframework.core.PowerException;
|
||||
import org.nanoboot.powerframework.io.bit.Byte;
|
||||
import com.robertvokac.powerframework.collections.PowerQueue;
|
||||
import com.robertvokac.powerframework.core.PowerException;
|
||||
import com.robertvokac.powerframework.io.bit.Byte;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
||||
@ -38,7 +38,7 @@ class OkayBase64Decoder {
|
||||
/**
|
||||
* Logger for this class.
|
||||
*/
|
||||
private static final org.nanoboot.powerframework.log.Logger LOG = org.nanoboot.powerframework.log.Logger.getLogger(OkayBase64Decoder.class);
|
||||
private static final com.robertvokac.powerframework.log.Logger LOG = com.robertvokac.powerframework.log.Logger.getLogger(OkayBase64Decoder.class);
|
||||
|
||||
/**
|
||||
*
|
@ -19,15 +19,15 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.io.bit.base64;
|
||||
package com.robertvokac.powerframework.io.bit.base64;
|
||||
|
||||
import org.nanoboot.powerframework.collections.PowerQueue;
|
||||
import org.nanoboot.powerframework.io.bit.Byte;
|
||||
import com.robertvokac.powerframework.collections.PowerQueue;
|
||||
import com.robertvokac.powerframework.io.bit.Byte;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
class OkayBase64Encoder {
|
@ -23,8 +23,8 @@
|
||||
* Package with utilities used to convert byte array to base64 string representation and vice versa
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
||||
package org.nanoboot.powerframework.io.bit.base64;
|
||||
package com.robertvokac.powerframework.io.bit.base64;
|
@ -19,12 +19,12 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
package org.nanoboot.powerframework.io.fs;
|
||||
package com.robertvokac.powerframework.io.fs;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author <a href="mailto:robertvokac@nanoboot.org">Robert Vokac</a>
|
||||
* @author <a href="mailto:robertvokac@robertvokac.com">Robert Vokac</a>
|
||||
* @since 0.0.0
|
||||
*/
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user