public class LifecycleMappingsXpp3Writer extends Object
Constructor and Description |
---|
LifecycleMappingsXpp3Writer() |
Modifier and Type | Method and Description |
---|---|
void |
setFileComment(String fileComment)
Method setFileComment.
|
void |
write(OutputStream stream,
LifecycleConfiguration lifecycleConfiguration)
Method write.
|
void |
write(Writer writer,
LifecycleConfiguration lifecycleConfiguration)
Method write.
|
public void setFileComment(String fileComment)
fileComment
- public void write(Writer writer, LifecycleConfiguration lifecycleConfiguration) throws IOException
writer
- lifecycleConfiguration
- IOException
public void write(OutputStream stream, LifecycleConfiguration lifecycleConfiguration) throws IOException
stream
- lifecycleConfiguration
- IOException
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.