Package com.yworks.common
Interface ShrinkBag
-
- All Known Implementing Classes:
EntryPointJar,InOutPair
public interface ShrinkBagThe interface Shrink bag.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.FilegetIn()Gets in.java.io.FilegetOut()Gets out.ResourcePolicygetResources()Gets resources.booleanisEntryPointJar()Is entry point jar boolean.voidsetIn(java.io.File file)Sets in.voidsetOut(java.io.File file)Sets out.voidsetResources(java.lang.String resourcesStr)Sets resources.
-
-
-
Method Detail
-
setIn
void setIn(java.io.File file)
Sets in.- Parameters:
file- the file
-
setOut
void setOut(java.io.File file)
Sets out.- Parameters:
file- the file
-
getIn
java.io.File getIn()
Gets in.- Returns:
- the in
-
getOut
java.io.File getOut()
Gets out.- Returns:
- the out
-
isEntryPointJar
boolean isEntryPointJar()
Is entry point jar boolean.- Returns:
- the boolean
-
setResources
void setResources(java.lang.String resourcesStr)
Sets resources.- Parameters:
resourcesStr- the resources str
-
getResources
ResourcePolicy getResources()
Gets resources.- Returns:
- the resources
-
-