public abstract class AbstractFileAttributedType<T extends AttributedType> extends AbstractFileType<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractFileAttributedType(String version,
T object) |
Modifier and Type | Method and Description |
---|---|
protected T |
doCreateInstance(Map<String,Serializable> properties) |
protected T |
doPopulateEntry(Map<String,Serializable> properties) |
protected void |
doPopulateProperties(Map<String,Serializable> properties) |
protected void |
doReadObject(ObjectInputStream s) |
protected void |
doWriteObject(ObjectOutputStream s) |
String |
getId() |
getEntry, getType, getVersion
public String getId()
protected T doCreateInstance(Map<String,Serializable> properties) throws Exception
Exception
protected T doPopulateEntry(Map<String,Serializable> properties) throws Exception
doPopulateEntry
in class AbstractFileType<T extends AttributedType>
Exception
protected void doPopulateProperties(Map<String,Serializable> properties) throws Exception
doPopulateProperties
in class AbstractFileType<T extends AttributedType>
Exception
protected void doWriteObject(ObjectOutputStream s) throws Exception
doWriteObject
in class AbstractFileType<T extends AttributedType>
Exception
protected void doReadObject(ObjectInputStream s) throws Exception
doReadObject
in class AbstractFileType<T extends AttributedType>
Exception
Copyright © 2018 JBoss by Red Hat. All rights reserved.