PathJavaFileManager

A JSR-199 JavaFileManager that uses java.nio.Path instead of java.io.File

License

License

MIT
Categories

Categories

Java Languages
GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

path-java-file-manager
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

PathJavaFileManager
A JSR-199 JavaFileManager that uses java.nio.Path instead of java.io.File
Project URL

Project URL

https://github.com/marschall/path-file-manager
Source Code Management

Source Code Management

https://github.com/marschall/path-file-manager

Download path-java-file-manager

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.marschall/path-java-file-manager/ -->
<dependency>
    <groupId>com.github.marschall</groupId>
    <artifactId>path-java-file-manager</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/path-java-file-manager/
implementation 'com.github.marschall:path-java-file-manager:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/path-java-file-manager/
implementation ("com.github.marschall:path-java-file-manager:0.1.0")
'com.github.marschall:path-java-file-manager:jar:0.1.0'
<dependency org="com.github.marschall" name="path-java-file-manager" rev="0.1.0">
  <artifact name="path-java-file-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='path-java-file-manager', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "path-java-file-manager" % "0.1.0"
[com.github.marschall/path-java-file-manager "0.1.0"]

Dependencies

test (3)

Group / Artifact Type Version
com.github.marschall : memoryfilesystem jar 0.1.1
com.github.marschall : path-classloader jar 0.1.0
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

PathJavaFileManager Build Status

A JSR-199 JavaFileManager that uses java.nio.Path instead of java.io.File.

The encoding used will be the value of the "file.encoding" option.

Maven

<dependency>
  <groupId>com.github.marschall</groupId>
  <artifactId>path-file-manager</artifactId>
  <version>0.1.0</version>
</dependency>

JSR-199

Requires a JDK or JDT org.eclipse.jdt.compiler.tool https://bugs.eclipse.org/bugs/show_bug.cgi?id=154111

Supported

  • reporting encoding errors

Not Supported

  • Option emulation
  • compiling files larger than 2 GB

Versions

Version
0.1.0