|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IOutItem7z
7-zip specific archive item data class. It contains all information about a single archive item, that is needed for a
create or an update archive operation. See IOutItemBase for details.
IOutItemBase| Method Summary | |
|---|---|
java.lang.Integer |
getPropertyAttributes()
Get property PropID.ATTRIBUTES. |
java.lang.Boolean |
getPropertyIsAnti()
Get property PropID.IS_ANTI. |
java.lang.Boolean |
getPropertyIsDir()
Get property PropID.IS_FOLDER. |
java.util.Date |
getPropertyLastModificationTime()
Get property PropID.LAST_MODIFICATION_TIME. |
java.lang.String |
getPropertyPath()
Get property PropID.PATH. |
void |
setPropertyAttributes(java.lang.Integer attributes)
Set property PropID.ATTRIBUTES. |
void |
setPropertyIsAnti(java.lang.Boolean isAnti)
Set property PropID.IS_ANTI. |
void |
setPropertyIsDir(java.lang.Boolean dir)
Set property PropID.IS_FOLDER. |
void |
setPropertyLastModificationTime(java.util.Date modificationTime)
Set property PropID.LAST_MODIFICATION_TIME. |
void |
setPropertyPath(java.lang.String path)
Set property PropID.PATH. |
| Methods inherited from interface net.sf.sevenzipjbinding.IOutItemBase |
|---|
getArchiveFormat, getDataSize, getIndex, getOutArchive, getUpdateIsNewData, getUpdateIsNewProperties, getUpdateOldArchiveItemIndex, setDataSize, setUpdateIsNewData, setUpdateIsNewProperties, setUpdateOldArchiveItemIndex |
| Method Detail |
|---|
java.lang.Integer getPropertyAttributes()
PropID.ATTRIBUTES.
PropID.ATTRIBUTESvoid setPropertyAttributes(java.lang.Integer attributes)
PropID.ATTRIBUTES.
attributes - see PropID.ATTRIBUTESPropID.ATTRIBUTESjava.lang.String getPropertyPath()
PropID.PATH.
PropID.PATHvoid setPropertyPath(java.lang.String path)
PropID.PATH.
path - see PropID.PATHPropID.PATHjava.lang.Boolean getPropertyIsDir()
PropID.IS_FOLDER.
PropID.IS_FOLDERvoid setPropertyIsDir(java.lang.Boolean dir)
PropID.IS_FOLDER.
dir - see PropID.IS_FOLDERPropID.IS_FOLDERjava.util.Date getPropertyLastModificationTime()
PropID.LAST_MODIFICATION_TIME.
PropID.LAST_MODIFICATION_TIMEvoid setPropertyLastModificationTime(java.util.Date modificationTime)
PropID.LAST_MODIFICATION_TIME.
modificationTime - see PropID.LAST_MODIFICATION_TIMEPropID.LAST_MODIFICATION_TIMEjava.lang.Boolean getPropertyIsAnti()
PropID.IS_ANTI.
PropID.IS_ANTIvoid setPropertyIsAnti(java.lang.Boolean isAnti)
PropID.IS_ANTI.
isAnti - see PropID.IS_ANTI.PropID.IS_ANTI
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||