Skip to content

Commit

Permalink
Updated to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Nov 4, 2018
1 parent 1356c0e commit 4f3ef2d
Show file tree
Hide file tree
Showing 108 changed files with 8,343 additions and 933 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Then, you can just include the lib:
<dependency>
<groupId>com.github.javinator9889</groupId>
<artifactId>filetobytesexporter</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<type>pom</type>
</dependency>
```
Expand All @@ -80,7 +80,7 @@ repositories {

Then, you can just include the lib:
```groovy
implementation 'com.github.javinator9889:filetobytesexporter:1.0.2'
implementation 'com.github.javinator9889:filetobytesexporter:1.0.3'
```

### Ivy
Expand All @@ -97,7 +97,7 @@ implementation 'com.github.javinator9889:filetobytesexporter:1.0.2'

Then, you can just include the lib:
```xml
<dependency org='com.github.javinator9889' name='filetobytesexporter' rev='1.0.2'>
<dependency org='com.github.javinator9889' name='filetobytesexporter' rev='1.0.3'>
<artifact name='filetobytesexporter' ext='pom' ></artifact>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
siteUrl = 'https://github.com/Javinator9889/FileToBytesExporter'
gitUrl = 'https://github.com/Javinator9889/FileToBytesExporter.git'

libraryVersion = '1.0.2'
libraryVersion = '1.0.3'

developerId = 'Javinator9889'
developerName = 'Javinator9889'
Expand All @@ -37,7 +37,7 @@ ext {
}

group = 'com.github.javinator9889'
version '1.0.2'
version '1.0.3'

sourceCompatibility = 1.8

Expand Down
11 changes: 6 additions & 5 deletions docs/ConvertMultipleFiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 19:28:36 CET 2018 -->
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:23 CET 2018 -->
<title>ConvertMultipleFiles</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date" content="2018-11-04">
Expand Down Expand Up @@ -174,8 +174,8 @@ <h3>Field Summary</h3>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a
href="exporter/FileToBytesExporter.html"
title="class in exporter">FileToBytesExporter</a></code>
href="com/github/javinator9889/exporter/FileToBytesExporter.html"
title="class in com.github.javinator9889.exporter">FileToBytesExporter</a></code>
</td>
<th class="colSecond" scope="row"><code><span
class="memberNameLink"><a
Expand Down Expand Up @@ -411,8 +411,9 @@ <h4>NUMBER_OF_DIRS</h4>
<ul class="blockListLast">
<li class="blockList">
<h4>mToBytesExporter</h4>
<pre>private&nbsp;<a href="exporter/FileToBytesExporter.html"
title="class in exporter">FileToBytesExporter</a> mToBytesExporter</pre>
<pre>private&nbsp;<a
href="com/github/javinator9889/exporter/FileToBytesExporter.html"
title="class in com.github.javinator9889.exporter">FileToBytesExporter</a> mToBytesExporter</pre>
</li>
</ul>
</li>
Expand Down
11 changes: 6 additions & 5 deletions docs/ConvertSingleFile.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 19:28:36 CET 2018 -->
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:23 CET 2018 -->
<title>ConvertSingleFile</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date" content="2018-11-04">
Expand Down Expand Up @@ -175,8 +175,8 @@ <h3>Field Summary</h3>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a
href="exporter/FileToBytesExporter.html"
title="class in exporter">FileToBytesExporter</a></code>
href="com/github/javinator9889/exporter/FileToBytesExporter.html"
title="class in com.github.javinator9889.exporter">FileToBytesExporter</a></code>
</td>
<th class="colSecond" scope="row"><code><span
class="memberNameLink"><a
Expand Down Expand Up @@ -371,8 +371,9 @@ <h4>OUTPUT_FILE</h4>
<ul class="blockListLast">
<li class="blockList">
<h4>mToBytesExporter</h4>
<pre>private&nbsp;<a href="exporter/FileToBytesExporter.html"
title="class in exporter">FileToBytesExporter</a> mToBytesExporter</pre>
<pre>private&nbsp;<a
href="com/github/javinator9889/exporter/FileToBytesExporter.html"
title="class in com.github.javinator9889.exporter">FileToBytesExporter</a> mToBytesExporter</pre>
</li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/Measure.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 19:28:37 CET 2018 -->
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:23 CET 2018 -->
<title>Measure</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date" content="2018-11-04">
Expand Down
36 changes: 22 additions & 14 deletions docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 19:28:39 CET 2018 -->
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:26 CET 2018 -->
<title>All Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date" content="2018-11-04">
Expand All @@ -26,23 +26,31 @@ <h1 class="bar">All&nbsp;Classes</h1>
target="classFrame">ConvertMultipleFiles</a></li>
<li><a href="ConvertSingleFile.html" title="class in &lt;Unnamed&gt;" target="classFrame">ConvertSingleFile</a>
</li>
<li><a href="error/FileError.html" title="class in error" target="classFrame">FileError</a>
<li><a href="com/github/javinator9889/error/FileError.html"
title="class in com.github.javinator9889.error" target="classFrame">FileError</a>
</li>
<li><a href="exporter/FileToBytesExporter.html" title="class in exporter"
target="classFrame">FileToBytesExporter</a></li>
<li><a href="exporter/FileToBytesExporter.Glob.html" title="class in exporter"
target="classFrame">FileToBytesExporter.Glob</a></li>
<li><a href="exporter/FileToBytesExporter.Glob.Visitor.html" title="class in exporter"
target="classFrame">FileToBytesExporter.Glob.Visitor</a></li>
<li><a href="exporter/FileToBytesExporter.Lock.html" title="class in exporter"
target="classFrame">FileToBytesExporter.Lock</a></li>
<li><a href="error/InvalidFileSeparatorException.html" title="class in error"
target="classFrame">InvalidFileSeparatorException</a></li>
<li><a href="error/InvalidPathException.html" title="class in error" target="classFrame">InvalidPathException</a>
<li><a href="com/github/javinator9889/exporter/FileToBytesExporter.html"
title="class in com.github.javinator9889.exporter" target="classFrame">FileToBytesExporter</a>
</li>
<li><a href="com/github/javinator9889/exporter/FileToBytesExporter.Glob.html"
title="class in com.github.javinator9889.exporter" target="classFrame">FileToBytesExporter.Glob</a>
</li>
<li><a href="com/github/javinator9889/exporter/FileToBytesExporter.Glob.Visitor.html"
title="class in com.github.javinator9889.exporter" target="classFrame">FileToBytesExporter.Glob.Visitor</a>
</li>
<li><a href="com/github/javinator9889/exporter/FileToBytesExporter.Lock.html"
title="class in com.github.javinator9889.exporter" target="classFrame">FileToBytesExporter.Lock</a>
</li>
<li><a href="com/github/javinator9889/error/InvalidFileSeparatorException.html"
title="class in com.github.javinator9889.error" target="classFrame">InvalidFileSeparatorException</a>
</li>
<li><a href="com/github/javinator9889/error/InvalidPathException.html"
title="class in com.github.javinator9889.error" target="classFrame">InvalidPathException</a>
</li>
<li><a href="Measure.html" title="class in &lt;Unnamed&gt;" target="classFrame">Measure</a>
</li>
<li><a href="error/MultipleFilesFoundError.html" title="class in error" target="classFrame">MultipleFilesFoundError</a>
<li><a href="com/github/javinator9889/error/MultipleFilesFoundError.html"
title="class in com.github.javinator9889.error" target="classFrame">MultipleFilesFoundError</a>
</li>
</ul>
</div>
Expand Down
35 changes: 19 additions & 16 deletions docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 19:28:39 CET 2018 -->
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:26 CET 2018 -->
<title>All Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date" content="2018-11-04">
Expand All @@ -26,22 +26,25 @@ <h1 class="bar">All&nbsp;Classes</h1>
</li>
<li><a href="ConvertSingleFile.html" title="class in &lt;Unnamed&gt;">ConvertSingleFile</a>
</li>
<li><a href="error/FileError.html" title="class in error">FileError</a></li>
<li><a href="exporter/FileToBytesExporter.html" title="class in exporter">FileToBytesExporter</a>
</li>
<li><a href="exporter/FileToBytesExporter.Glob.html" title="class in exporter">FileToBytesExporter.Glob</a>
</li>
<li><a href="exporter/FileToBytesExporter.Glob.Visitor.html" title="class in exporter">FileToBytesExporter.Glob.Visitor</a>
</li>
<li><a href="exporter/FileToBytesExporter.Lock.html" title="class in exporter">FileToBytesExporter.Lock</a>
</li>
<li><a href="error/InvalidFileSeparatorException.html" title="class in error">InvalidFileSeparatorException</a>
</li>
<li><a href="error/InvalidPathException.html"
title="class in error">InvalidPathException</a></li>
<li><a href="com/github/javinator9889/error/FileError.html"
title="class in com.github.javinator9889.error">FileError</a></li>
<li><a href="com/github/javinator9889/exporter/FileToBytesExporter.html"
title="class in com.github.javinator9889.exporter">FileToBytesExporter</a></li>
<li><a href="com/github/javinator9889/exporter/FileToBytesExporter.Glob.html"
title="class in com.github.javinator9889.exporter">FileToBytesExporter.Glob</a></li>
<li><a href="com/github/javinator9889/exporter/FileToBytesExporter.Glob.Visitor.html"
title="class in com.github.javinator9889.exporter">FileToBytesExporter.Glob.Visitor</a>
</li>
<li><a href="com/github/javinator9889/exporter/FileToBytesExporter.Lock.html"
title="class in com.github.javinator9889.exporter">FileToBytesExporter.Lock</a></li>
<li><a href="com/github/javinator9889/error/InvalidFileSeparatorException.html"
title="class in com.github.javinator9889.error">InvalidFileSeparatorException</a>
</li>
<li><a href="com/github/javinator9889/error/InvalidPathException.html"
title="class in com.github.javinator9889.error">InvalidPathException</a></li>
<li><a href="Measure.html" title="class in &lt;Unnamed&gt;">Measure</a></li>
<li><a href="error/MultipleFilesFoundError.html" title="class in error">MultipleFilesFoundError</a>
</li>
<li><a href="com/github/javinator9889/error/MultipleFilesFoundError.html"
title="class in com.github.javinator9889.error">MultipleFilesFoundError</a></li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/class-use/ConvertMultipleFiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 19:28:37 CET 2018 -->
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:24 CET 2018 -->
<title>Uses of Class ConvertMultipleFiles</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date" content="2018-11-04">
Expand Down
2 changes: 1 addition & 1 deletion docs/class-use/ConvertSingleFile.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 19:28:37 CET 2018 -->
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:24 CET 2018 -->
<title>Uses of Class ConvertSingleFile</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date" content="2018-11-04">
Expand Down
2 changes: 1 addition & 1 deletion docs/class-use/Measure.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 19:28:37 CET 2018 -->
<!-- Generated by javadoc (9.0.4) on Sun Nov 04 20:00:24 CET 2018 -->
<title>Uses of Class Measure</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date" content="2018-11-04">
Expand Down
Loading

0 comments on commit 4f3ef2d

Please sign in to comment.