PathJavaFileManager

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

Лицензия

Лицензия

MIT
Категории

Категории

Java Языки программирования
Группа

Группа

com.github.marschall
Идентификатор

Идентификатор

path-java-file-manager
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

PathJavaFileManager
A JSR-199 JavaFileManager that uses java.nio.Path instead of java.io.File
Ссылка на сайт

Ссылка на сайт

https://github.com/marschall/path-file-manager
Система контроля версий

Система контроля версий

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

Скачать path-java-file-manager

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
com.github.marschall : memoryfilesystem jar 0.1.1
com.github.marschall : path-classloader jar 0.1.0
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.1.0