legacy/experimental/java-libburnia/src/java/org/pykix/libburnia/libisofs/Ecma119ExtensionFlag.java

27 lines
601 B
Java

/*
* Ecma119ExtensionFlag.java
*
* Copyright (c) 2007 Vreixo Formoso
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* See COPYING file for details.
*/
package org.pykix.libburnia.libisofs;
/**
* Extensions to ISO filesystem.
*
* FIXME move to libburn package, only used there
*
* @author Vreixo Formoso
* @since 0.1
*/
public enum Ecma119ExtensionFlag {
ROCKRIDGE,
JOLIET
}