Package org.apache.storm.flux.model
Class IncludeDef
- java.lang.Object
-
- org.apache.storm.flux.model.IncludeDef
-
public class IncludeDef extends Object
Represents an include. Includes can be either a file or a classpath resource. If an include is marked as `override=true` then existing properties will be replaced.
-
-
Constructor Summary
Constructors Constructor Description IncludeDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFile()
boolean
isOverride()
boolean
isResource()
void
setFile(String file)
void
setOverride(boolean override)
void
setResource(boolean resource)
-