public abstract class DocumentChangeFactory extends Object
Constructor and Description |
---|
DocumentChangeFactory() |
Modifier and Type | Method and Description |
---|---|
abstract DocumentChange |
convert(ComponentChange compChange)
Converts a ComponentChange to a DocumentChange, returning
null if no such conversion is possible. |
public abstract DocumentChange convert(ComponentChange compChange)
null
if no such conversion is possible.compChange
- ComponentChange to convert.null
if no
conversion is possible.Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.