public class GeneratedObject extends Object
Constructor and Description |
---|
GeneratedObject(FullyQualifiedName fqn,
String content) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getContent() |
FullyQualifiedName |
getFQN() |
int |
hashCode() |
com.google.common.base.Optional<Map.Entry<FullyQualifiedName,File>> |
persist(File srcDirectory) |
com.google.common.base.Optional<Map.Entry<FullyQualifiedName,File>> |
persist(File srcDirectory,
boolean overwrite) |
String |
toString() |
public GeneratedObject(FullyQualifiedName fqn, String content)
public FullyQualifiedName getFQN()
public String getContent()
public com.google.common.base.Optional<Map.Entry<FullyQualifiedName,File>> persist(File srcDirectory, boolean overwrite) throws IOException
IOException
public com.google.common.base.Optional<Map.Entry<FullyQualifiedName,File>> persist(File srcDirectory) throws IOException
IOException
Copyright © 2019 OpenDaylight. All rights reserved.