buildframework/helium/sf/java/sbs/src/com/nokia/helium/sbs/plexus/SBSErrorStreamConsumer.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    14 * Description:  
    14 * Description:  
    15 *
    15 *
    16 */
    16 */
    17 package com.nokia.helium.sbs.plexus;
    17 package com.nokia.helium.sbs.plexus;
    18 
    18 
       
    19 import java.io.BufferedWriter;
    19 import java.io.File;
    20 import java.io.File;
    20 import java.io.FileNotFoundException;
    21 import java.io.FileNotFoundException;
    21 import java.io.IOException;
    22 import java.io.IOException;
    22 import java.io.BufferedWriter;
       
    23 import java.util.regex.Matcher;
    23 import java.util.regex.Matcher;
    24 import java.util.regex.Pattern;
    24 import java.util.regex.Pattern;
    25 
    25 
    26 import org.apache.log4j.Logger;
    26 import org.apache.log4j.Logger;
       
    27 
    27 import com.nokia.helium.core.plexus.FileStreamConsumer;
    28 import com.nokia.helium.core.plexus.FileStreamConsumer;
    28 
    29 
    29 /**
    30 /**
    30  * Record a stream into a file. 
    31  * Record a stream into a file. 
    31  *
    32  *