public class PublicFileAttribute extends java.lang.Object implements AttributeMapEntry<AttributeKey,FilePath>
Modifier and Type | Class and Description |
---|---|
static class |
PublicFileAttribute.Builder |
Modifier and Type | Field and Description |
---|---|
private AttributeKey |
key |
private FilePath |
value |
Constructor and Description |
---|
PublicFileAttribute(AttributeKey key,
FilePath value) |
private FilePath value
private AttributeKey key
public PublicFileAttribute(AttributeKey key, FilePath value)
public FilePath setValue(FilePath value)
setValue
in interface java.util.Map.Entry<AttributeKey,FilePath>
public AttributeKey getKey()
getKey
in interface AttributeMapEntry<AttributeKey,FilePath>
getKey
in interface java.util.Map.Entry<AttributeKey,FilePath>
public FilePath getValue()
getValue
in interface AttributeMapEntry<AttributeKey,FilePath>
getValue
in interface java.util.Map.Entry<AttributeKey,FilePath>