Skip to Main Content
Prefactoring
book

Prefactoring

by Ken Pugh
September 2005
Intermediate to advanced content levelIntermediate to advanced
240 pages
6h 28m
English
O'Reilly Media, Inc.
Content preview from Prefactoring

B.1. com.samscdrental.configuration Package

This package contains the central source for configuration information.

B.1.1. Configuration.java

public class Configuration
    {
    static public Configuration getInstance(  )
    public DataAccessConfiguration getDataAccessConfiguration(  )
    public ReportConfiguration getReportConfiguration(  )
    }

B.1.2. DataAccessConfiguration.java

public class DataAccessConfiguration
    {
    public String dataFilename;
    }

B.1.3. ReportConfiguration.java

public class ReportConfiguration
    {
    public String printFilename;
    }
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Understanding Unittest.Mock

Understanding Unittest.Mock

Mario Corchero
Java™ Performance

Java™ Performance

Charlie Hunt, Binu John

Publisher Resources

ISBN: 0596008740Supplemental ContentCatalog PageErrata