Subversion Repositories DevTools

Rev

Rev 7047 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7047 Rev 7051
Line 175... Line 175...
175
            		entry.addAttribute("arg", mData);
175
            		entry.addAttribute("arg", mData);
176
                }
176
                }
177
            }
177
            }
178
        }
178
        }
179
 
179
 
180
        mLogger.info("getBuildStandardXml returned " + xml.toString());
180
        mLogger.info("getBuildStandardXml returned {}", xml.toString());
181
    }
181
    }
182
    
182
    
183
    /**
183
    /**
184
     * returns for text (email) purposes
184
     * returns for text (email) purposes
185
     * win32: jats all
185
     * win32: jats all
Line 203... Line 203...
203
                retVal += joiner1 + item + ":" + mFriendly;
203
                retVal += joiner1 + item + ":" + mFriendly;
204
                joiner1 = "<br>";
204
                joiner1 = "<br>";
205
            }
205
            }
206
        }
206
        }
207
 
207
 
208
        mLogger.info("getBuildStandard returned " + retVal);
208
        mLogger.info("getBuildStandard returned {}", retVal);
209
        return retVal;
209
        return retVal;
210
    }
210
    }
211
    
211
    
212
    /**
212
    /**
213
     * Get a string that describes the Build Standard
213
     * Get a string that describes the Build Standard
Line 235... Line 235...
235
    /**
235
    /**
236
     * accessor method
236
     * accessor method
237
     */
237
     */
238
    public boolean isGeneric()
238
    public boolean isGeneric()
239
    {
239
    {
240
        mLogger.info("getGeneric returned " + mGeneric);
240
        mLogger.info("getGeneric returned {}", mGeneric);
241
        return mGeneric;
241
        return mGeneric;
242
    }
242
    }
243
 
243
 
244
    /**
244
    /**
245
     * accessor method
245
     * accessor method
246
     */
246
     */
247
    public boolean supportedBuildStandard()
247
    public boolean supportedBuildStandard()
248
    {
248
    {
249
        mLogger.info("supportedBuildStandard returned " + mSupported);
249
        mLogger.info("supportedBuildStandard returned {}", mSupported);
250
        return mSupported;
250
        return mSupported;
251
    }
251
    }
252
    /**
252
    /**
253
     * 
253
     * 
254
     * @return true if the Build Standard is active
254
     * @return true if the Build Standard is active