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

org.zeroturnaround.javarebel.maven.model.RebelResource Maven / Gradle / Ivy

package org.zeroturnaround.javarebel.maven.model;

import java.util.List;

public interface RebelResource {

  List getIncludes();

  void setIncludes(List includes);

  List getExcludes();

  void setExcludes(List excludes);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy