public class InsertWebXMLContent extends Object
Constructor and Description |
---|
InsertWebXMLContent(Pattern pattern)
Creates an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
void |
inserts(String extFile,
String origFileName)
Inserts a portion of one file and insert into another file.
|
static void |
main(String[] args) |
public InsertWebXMLContent(Pattern pattern)
pattern
- Pattern defining the portion to be extracted.public void inserts(String extFile, String origFileName) throws IOException
extFile
- File name of which content is to be extracted.origFileName
- File name of which content is be inserted.IOException
- if IO operations failed.public static void main(String[] args)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.