Skip to content

Commit

Permalink
0.2.5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Krumuvecis committed Jul 4, 2022
1 parent bd1e123 commit e34431d
Show file tree
Hide file tree
Showing 55 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/resources/adapterTest/arrays
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
booleans : false : true
integers : 1 : 2 : 3
floats : 1.2 : 3.4
strings : value1 : value2
4 changes: 4 additions & 0 deletions src/test/resources/adapterTest/primitives
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
boolean : true
integer : 123
float : 1.23
string : value
Binary file added target/FileHandler-0.2.5.jar
Binary file not shown.
Binary file added target/classes/TextConversion_flowchart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added target/classes/fileHandler/dataTypes/IEListETC.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#Generated by Maven
#Mon Jul 04 15:21:34 EEST 2022
artifactId=FileHandler
groupId=com.github.KruMF
version=0.2.5
Binary file added target/test-classes/adapterTest/AdapterTest.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions target/test-classes/adapterTest/arrays
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
booleans : false : true
integers : 1 : 2 : 3
floats : 1.2 : 3.4
strings : value1 : value2
3 changes: 3 additions & 0 deletions target/test-classes/adapterTest/placeholer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is a placeholder for this directory.

Do not delete this.
4 changes: 4 additions & 0 deletions target/test-classes/adapterTest/primitives
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
boolean : true
integer : 123
float : 1.23
string : value
Binary file added target/test-classes/dataTypeTest/ArraysTest.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added target/test-classes/general/TestSettings.class
Binary file not shown.
Binary file added target/test-classes/general/TestUtilities.class
Binary file not shown.
Binary file not shown.
Binary file added target/test-classes/generalTests/TextTest$1.class
Binary file not shown.
Binary file added target/test-classes/generalTests/TextTest$2.class
Binary file not shown.
Binary file added target/test-classes/generalTests/TextTest$3.class
Binary file not shown.
Binary file added target/test-classes/generalTests/TextTest$4.class
Binary file not shown.
Binary file added target/test-classes/generalTests/TextTest.class
Binary file not shown.
3 changes: 3 additions & 0 deletions target/test-classes/text/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ignorable test files

textWriteTest
3 changes: 3 additions & 0 deletions target/test-classes/text/textReadTest
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
row1 : data1
row2 : data2
row3 : data3a : data3b : data3c

0 comments on commit e34431d

Please sign in to comment.