BAEL-36 BAEL-282 Getting file size using Java and apache commons IO api. Also grep in Java (#890)

* BAL-36 File size api in java and apache commons IO

* BAEL-36 Getting file size using Java and commons IO api.

* BAEL-282 Added support for grep functionality.

* BAEL-282 Rename the text file extension.
This commit is contained in:
Muhammed Almas
2016-12-17 18:49:13 +05:30
committed by Eugen
parent 5faf49eae2
commit b4ac6c6ec5
4 changed files with 178826 additions and 0 deletions
+12
View File
@@ -51,6 +51,18 @@
<artifactId>bcprov-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.unix4j</groupId>
<artifactId>unix4j-command</artifactId>
<version>0.4</version>
</dependency>
<dependency>
<groupId>com.googlecode.grep4j</groupId>
<artifactId>grep4j</artifactId>
<version>1.8.7</version>
</dependency>
<!-- web -->
<!-- marshalling -->