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