All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yworks.common.ResourcePolicy Maven / Gradle / Ivy

Go to download

The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts

The newest version!
package com.yworks.common;

/**
 * The enum Resource policy.
 *
 * @author Michael Schroeder, yWorks GmbH http://www.yworks.com
 */
public enum ResourcePolicy {
    /**
     * Copy resource policy.
     */
    COPY,
    /**
     * Auto resource policy.
     */
    AUTO,
    /**
     * None resource policy.
     */
    NONE; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy