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