Module com.wyu4.snowberryjam
Class PublicFolderHolder
java.lang.Object
com.wyu4.snowberryjam.compiler.data.values.ValueHolder
com.wyu4.snowberryjam.compiler.data.values.builtin.PublicFolderHolder
- All Implemented Interfaces:
BuiltInHolder
Value Holder that provides time resources.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.wyu4.snowberryjam.compiler.data.values.ValueHolder
checkValueIsConditional, equals, fromNode, getArray, getPointer, getSize, getString, isType, notEmpty, superEquals
-
Constructor Details
-
PublicFolderHolder
public PublicFolderHolder()
-
-
Method Details
-
getValue
Description copied from class:ValueHolderGet the value being pointed to casted as anObject. The contents being returned by this method are mutable.- Overrides:
getValuein classValueHolder- Returns:
- The full path to the public folder
- See Also:
-
getId
Description copied from class:ValueHolderGet the ID of the value holder- Overrides:
getIdin classValueHolder- Returns:
SourceId.PUBLIC_FOLDER
-
getType
Description copied from class:ValueHolderGet the type being pointed to- Overrides:
getTypein classValueHolder- Returns:
- Always returns
String - See Also:
-
toString
- Overrides:
toStringin classValueHolder
-